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
Bash

#!/bin/sh
cd /ghost
knex-migrator init
knex-migrator migrate
exec npm start