Spaces:
Build error
Build error
#yarn start:production & | |
#exec "$@" | |
EXPORT PORT=5002 | |
cd /opt/node_app/excalidraw-room && pm2 start pm2.production.json | |
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 |