6 lines
104 B
Text
6 lines
104 B
Text
|
#!/bin/bash
|
||
|
source ./env
|
||
|
./build
|
||
|
cd front
|
||
|
npm run start -- -p 5000 | sudo -E node ../back/dist/index.js
|