Spaces:
Build error
Build error
Commit
·
cc3771f
1
Parent(s):
b46a632
Update start.sh
Browse files
start.sh
CHANGED
@@ -3,6 +3,6 @@
|
|
3 |
#exec "$@"
|
4 |
export PORT=5002
|
5 |
cd /opt/node_app/excalidraw-room && pm2 start pm2.production.json
|
6 |
-
|
7 |
cd /opt/node_app/excalidraw && npx http-server build -a 0.0.0.0 -p 5001 -o
|
8 |
#npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o
|
|
|
3 |
#exec "$@"
|
4 |
export PORT=5002
|
5 |
cd /opt/node_app/excalidraw-room && pm2 start pm2.production.json
|
6 |
+
ss -tuln
|
7 |
cd /opt/node_app/excalidraw && npx http-server build -a 0.0.0.0 -p 5001 -o
|
8 |
#npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o
|