McCarthyism/run
2021-05-08 18:52:13 -05:00

6 lines
134 B
Bash
Executable file

#!/bin/bash
source ./env
./build
cd front
npm run start -- -p 5000 | sudo -E node ../back/dist/index.js # sudo hack to read SSL files