Skip to content

Commit 978fed2

Browse files
committed
changes deploy
1 parent 35000e1 commit 978fed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

supervisord.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ nodaemon=true
33
user=root
44

55
[program:frontend]
6-
command=npm run build
7-
command=serve -s build -l 3000
6+
command=npm run build && serve -s build -l 3000
87
directory=/app/website
98
autostart=true
109
autorestart=true

0 commit comments

Comments
 (0)