Update run script
This commit is contained in:
parent
78f5b677ea
commit
8cf4626e99
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
@ -2,4 +2,4 @@
|
||||||
source ./env
|
source ./env
|
||||||
./build
|
./build
|
||||||
cd front
|
cd front
|
||||||
npm run start -- -p 5000 | sudo -E node ../back/dist/index.js
|
npm run start -- -p 5000 | sudo -E node ../back/dist/index.js # sudo hack to read SSL files
|
||||||
|
|
Loading…
Reference in a new issue