From: Lorin Hochstein Date: Tue, 7 Feb 2017 05:44:12 +0000 (-0800) Subject: Start in production mode X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=775aaff44c50662cc97d2a34ee05c0780c188fa0;p=ansiblebook.git Start in production mode --- diff --git a/ch13/deploy.yml b/ch13/deploy.yml index 5ab45b7..407fd14 100644 --- a/ch13/deploy.yml +++ b/ch13/deploy.yml @@ -72,6 +72,7 @@ docker_container: name: ghost image: ghost + command: npm start --production volumes: - "{{ data_dir }}:/var/lib/ghost" networks: