zjowowen commited on
Commit
db87424
1 Parent(s): e4a031f

init space

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,3 +1,3 @@
1
  service nginx start
2
- cd ./gomoku_server_ui/backend && nohup FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 flask run --port 5001 &
3
  cd ./gomoku_server_ui/frontend && npm run start
 
1
  service nginx start
2
+ cd ./gomoku_server_ui/backend && FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 nohup flask run --port 5001 &
3
  cd ./gomoku_server_ui/frontend && npm run start