File size: 188 Bytes
81f5d13
bcb8f17
 
d2f4613
 
1
2
3
4
5
#!/bin/bash
#yarn start:production &
#exec "$@"
cd /opt/node_app/excalidraw-room && yarn start &
cd /opt/node_app/excalidraw && npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o