Skip to content

Commit

Permalink
Updated a path to take right docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Nov 21, 2024
1 parent 5843e54 commit e7e8185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
working-directory: build-scripts/run/
run: |
./start.sh dspace-$INSTANCE
cd ../..
# use customized docker-compose file for the `85` port because the server is exposed with the namespace `repository`
# `/repository/server`
docker compose --env-file $ENVFILE -p dspace-$INSTANCE -f docker/docker-compose.yml -f docker/docker-compose-rest.yml -f /opt/dspace-envs/5/docker-compose-rest.yml up -d --no-build
Expand Down

0 comments on commit e7e8185

Please sign in to comment.