File size: 276 Bytes
81f5d13
62c6d13
 
6beffff
6c0ae9c
cc3771f
dcc51f8
84fb3d8
1
2
3
4
5
6
7
8
#!/bin/bash
#yarn start:production &
#exec "$@"
export PORT=5002
cd /opt/node_app/excalidraw-room && pm2 start pm2.production.json
ss -tuln
cd /opt/node_app/excalidraw && npx http-server build -a 0.0.0.0 -p 5001 -o
#npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o