mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-05 08:35:44 +00:00
6 lines
154 B
Bash
6 lines
154 B
Bash
#!/bin/sh
|
|
cd /ghost
|
|
NODE_ENV=development node_modules/.bin/knex-migrator init
|
|
NODE_ENV=development node_modules/.bin/knex-migrator migrate
|
|
exec npm start
|