mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-06-02 06:30:08 +00:00
ghost: add 1.x
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exit 0
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user