Skip to content

Commit

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

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

0 comments on commit 978fed2

Please sign in to comment.