testdocker / start.sh
Mediocreatmybest's picture
Update start.sh
19daed1
raw
history blame
109 Bytes
#!/bin/bash
#npm run build && npx http-server build -a localhost -p 3000 -o
yarn start:production &
exec "$@"