Skip to content

Commit

Permalink
fix: backend program configuration in
Browse files Browse the repository at this point in the history
supervisord.conf
  • Loading branch information
jvondermarck committed Apr 12, 2024
1 parent c4ea8e4 commit bbdce1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true

# [program:backend]
[program:backend]
directory=/app/backend
command=npm run start
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
redirect_stderr=true

0 comments on commit bbdce1b

Please sign in to comment.