From e027be679b87b7cbd625fca7da5b2a2a2de7f40b Mon Sep 17 00:00:00 2001 From: Yuya Takeyama Date: Sun, 8 Apr 2018 18:09:48 +0900 Subject: [PATCH] Align the Docker image of Ghost 1.22.1 --- 14-4-ghost.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14-4-ghost.yaml b/14-4-ghost.yaml index 15c297f..f553ac0 100644 --- a/14-4-ghost.yaml +++ b/14-4-ghost.yaml @@ -19,7 +19,7 @@ spec: - sh - -c - cp /ghost-config/ghost-config.js /var/lib/ghost/config.js - && /entrypoint.sh npm start + && docker-entrypoint.sh node current/index.js volumeMounts: - mountPath: /ghost-config name: config