mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-04 16:15:41 +00:00
ghost: add 1.x
This commit is contained in:
2
ghost/1.x/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
2
ghost/1.x/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exit 0
|
5
ghost/1.x/rootfs/etc/s6.d/ghost/run
Normal file
5
ghost/1.x/rootfs/etc/s6.d/ghost/run
Normal file
@ -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