testdocker / start.sh
Mediocreatmybest's picture
Update start.sh
ab35473
raw
history blame
No virus
186 Bytes
#!/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