Created
February 19, 2021 18:11
-
-
Save jadenlemmon/c2970c86589dfd2350f9d369e7cd3842 to your computer and use it in GitHub Desktop.
Sample seed and run script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /app | |
knex migrate:latest | |
knex seed:run | |
node server.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment