From 9f0a99d72e765ef6d487b5f685e3495cad48a7f6 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Mon, 16 Jul 2018 06:19:43 -0700 Subject: [PATCH] Add new Gulp config file to Dockerfile. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4409b42e..f1df371c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ ADD package-lock.json /build/ RUN npm install RUN npm install -g gulp-cli ADD gulpfile.js /build/gulpfile.js +ADD gulpfile.config.js /build/gulpfile.config.js ADD api /build/api ADD babybuddy /build/babybuddy ADD core /build/core