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