From 6af17a49b2753a7d7de7e5a9299124561f4f5143 Mon Sep 17 00:00:00 2001 From: Joe Biellik Date: Sun, 8 Nov 2015 23:14:09 +0000 Subject: [PATCH] Fix indenting --- production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production.yml b/production.yml index 0edad42..a665629 100644 --- a/production.yml +++ b/production.yml @@ -2,11 +2,11 @@ node: image: node:latest command: "npm start" working_dir: /app - links: + links: - db environment: - NODE_ENV=docker - volumes: + volumes: - .:/app ports: - 3000:80