Mediocreatmybest commited on
Commit
d2f4613
1 Parent(s): 62b7493

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -1
start.sh CHANGED
@@ -1,4 +1,5 @@
1
  #!/bin/bash
2
  #yarn start:production &
3
  #exec "$@"
4
- npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o
 
 
1
  #!/bin/bash
2
  #yarn start:production &
3
  #exec "$@"
4
+ cd /opt/node_app/excalidraw-room && yarn start &
5
+ cd /opt/node_app/excalidraw && npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o