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
commit 2eb05d938c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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