Align the Docker image of Ghost 1.22.1

This commit is contained in:
Yuya Takeyama 2018-04-08 18:09:48 +09:00
parent a6f45d9a7d
commit e027be679b

View File

@ -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