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