parent
c560d1d9fe
commit
fd3c918f19
@ -1,13 +1,5 @@ |
||||
#!/bin/bash |
||||
|
||||
cd /rDrama |
||||
|
||||
. ./.env |
||||
PATH="${NVM_DIRECTORY}/versions/node/v${NODE_VERSION}/bin/:${PATH}" |
||||
|
||||
cd ./chat |
||||
yarn install |
||||
yarn chat |
||||
cd .. |
||||
|
||||
gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001 |
||||
|
Loading…
Reference in new issue