start command for new image

This commit is contained in:
2026-03-05 21:12:45 -05:00
parent 8d232031d6
commit 3fa88ee9d1

View File

@@ -1,2 +1,2 @@
[start]
cmd = "supervisord -c /app/supervisord.conf"
cmd = "php -S 0.0.0.0:80 -t /app"