Skip to content

Commit

Permalink
su instead of sudo genie command
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Jun 16, 2024
1 parent 622682b commit f654b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ services:
restart: always
ports:
- "8000:8000"
command: sudo -u genie julia --project=. -e 'include("app/rest.jl")' --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $(dirname $0)/../bootstrap.jl -s=true
command: >
su genie -c '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:
Expand Down

0 comments on commit f654b42

Please sign in to comment.