testdocker / start.sh
Mediocreatmybest's picture
Update start.sh
bcb8f17
raw
history blame
No virus
108 Bytes
#!/bin/bash
#yarn start:production &
#exec "$@"
npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o