Skip to content

Commit

Permalink
modified deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldch committed Mar 8, 2024
1 parent 978fed2 commit fcd611d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ nodaemon=true
user=root

[program:frontend]
command=npm run build && serve -s build -l 3000
command=npm run build
command=serve -s build -l 3000
directory=/app/website
autostart=true
autorestart=true
Expand Down

0 comments on commit fcd611d

Please sign in to comment.