Mediocreatmybest commited on
Commit
bcb8f17
·
1 Parent(s): 81f5d13

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -2
start.sh CHANGED
@@ -1,3 +1,4 @@
1
  #!/bin/bash
2
- yarn start:production &
3
- exec "$@"
 
 
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