Skip to content

Commit

Permalink
Fix run-server command on Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Mar 1, 2024
1 parent 34ecfca commit cdd9518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nodaemon=true
command=redis-server

[program:fief-server]
command=fief run-server --port %(ENV_PORT)s
command=fief run-server
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true
Expand Down

0 comments on commit cdd9518

Please sign in to comment.