testdocker / start.sh
Mediocreatmybest's picture
Update start.sh
81f5d13
raw
history blame
No virus
45 Bytes
#!/bin/bash
yarn start:production &
exec "$@"