Skip to content

Commit

Permalink
changed rest file path in docker compose deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Apr 8, 2024
1 parent 9d91652 commit 000981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ports:
- "8000:8000"
#command: gunicorn -w 1 -b 0.0.0.0:8000 wsgi:server --timeout 200
command: julia --project=. -e 'include("/home/genie/app/app/rest.jl")' --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@"
command: julia --project=. -e 'include("app/rest.jl")' --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@"

nginx:
image: ghcr.io/battmoteam/battmogui_nginx:latest
Expand Down

0 comments on commit 000981b

Please sign in to comment.