mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 20:39:18 +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
|