fix: docker entrypoint

This commit is contained in:
sriram veeraghanta 2024-05-22 13:00:45 +05:30
parent 9591ccccaa
commit 509d5fe554
4 changed files with 5 additions and 6 deletions

View file

@ -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