This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
docker-ghost/rootfs/etc/s6.d/ghost/run

6 lines
76 B
Plaintext
Raw Normal View History

2017-11-03 20:33:40 +01:00
#!/bin/sh
cd /ghost
knex-migrator init
knex-migrator migrate
exec npm start