aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-05-08 18:52:13 -0500
committerAnthony Wang2021-05-08 18:52:13 -0500
commit8cf4626e99c75e00a14169a549d58e42fd5cbab2 (patch)
tree56664100868d244850eb68e24da5ec6814c44eb0
parent78f5b677eae35a00bfdf8cd7fdcae2e0cb535926 (diff)
Update run script
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index ab82638..4a20c1f 100755
--- a/run
+++ b/run
@@ -2,4 +2,4 @@
source ./env
./build
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