fix: docker entrypoint
This commit is contained in:
parent
9591ccccaa
commit
509d5fe554
4 changed files with 5 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[supervisord] ## This is the main process for the Supervisor
|
||||
[supervisord] ## This is the main process for the Supervisor
|
||||
nodaemon=true
|
||||
|
||||
[program:node]
|
||||
|
|
@ -10,7 +10,7 @@ stdout_logfile=/var/log/node.out.log
|
|||
|
||||
[program:python]
|
||||
directory=/code
|
||||
command=sh bin/takeoff
|
||||
command=sh bin/docker-entrypoint-api.sh
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stderr_logfile=/var/log/python.err.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue