We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35000e1 commit 978fed2Copy full SHA for 978fed2
supervisord.conf
@@ -3,8 +3,7 @@ nodaemon=true
3
user=root
4
5
[program:frontend]
6
-command=npm run build
7
-command=serve -s build -l 3000
+command=npm run build && serve -s build -l 3000
8
directory=/app/website
9
autostart=true
10
autorestart=true
0 commit comments