Skip to content

Commit

Permalink
Update docker-compose.yml: the aai.js doesn't need to be mounted as a…
Browse files Browse the repository at this point in the history
… volume.
  • Loading branch information
milanmajchrak authored Dec 6, 2024
1 parent 471d2f6 commit 4806add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
image: ${DSPACE_UI_IMAGE:-dataquest/dspace-angular:dspace-7_x}
volumes:
- ./config.prod.yml:/app/config/config.prod.yml
- ./aai.js:/app/dist/browser/aai.js
# - ./aai.js:/app/dist/browser/aai.js
# - ./dspace-ui.json:/app/docker/dspace-ui.json:rw
build:
context: ..
Expand Down

0 comments on commit 4806add

Please sign in to comment.