leonsimon23 commited on
Commit
5a505cb
1 Parent(s): b96acc6

Update build.sh

Browse files
Files changed (1) hide show
  1. build.sh +2 -0
build.sh CHANGED
@@ -1,4 +1,6 @@
1
  #!/bin/bash
2
  npm install
3
  npm run build
 
 
4
  gunicorn --bind 0.0.0.0:7860 server:app
 
1
  #!/bin/bash
2
  npm install
3
  npm run build
4
+ mkdir -p dist
5
+ mv build/* dist/
6
  gunicorn --bind 0.0.0.0:7860 server:app