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: command:
- sh - sh
- -c - -c
- cp /ghost-config/config.js /var/lib/ghost/config.js - cp /ghost-config/ghost-config.js /var/lib/ghost/config.js
&& /entrypoint.sh npm start && docker-entrypoint.sh node current/index.js
volumeMounts: volumeMounts:
- mountPath: /ghost-config - mountPath: /ghost-config
name: config name: config