Spaces:
Sleeping
Sleeping
File size: 122 Bytes
8b7e5fc |
1 2 3 4 5 6 7 8 |
#!/bin/sh
npm run db:migrate:up
# Start the application using the command passed as arguments to this script
exec "$@"
|