Merge pull request #14 from yuya-takeyama/fix_ghost

Fix 14-4-ghost.yaml
This commit is contained in:
Brendan Burns
2018-06-27 06:44:24 -07:00
committed by GitHub

View File

@@ -18,8 +18,8 @@ spec:
command:
- sh
- -c
- cp /ghost-config/config.js /var/lib/ghost/config.js
&& /entrypoint.sh npm start
- cp /ghost-config/ghost-config.js /var/lib/ghost/config.js
&& docker-entrypoint.sh node current/index.js
volumeMounts:
- mountPath: /ghost-config
name: config