diff --git a/14-4-ghost.yaml b/14-4-ghost.yaml index 6e534ce..f553ac0 100644 --- a/14-4-ghost.yaml +++ b/14-4-ghost.yaml @@ -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