aboutsummaryrefslogtreecommitdiff
path: root/run
blob: 75c7d22bb8bfd124da54922bb465b29c4b0c77fd (plain)
1
2
3
4
5
#!/bin/bash
export $(cat env | xargs) # Read env variables from file
./build
cd front
npm run start -- -p 5000 | node ../back/dist/index.js