Add new Gulp config file to Dockerfile.

This commit is contained in:
Christopher Charbonneau Wells 2018-07-16 06:19:43 -07:00
parent d7a88dcec0
commit 9f0a99d72e
1 changed files with 1 additions and 0 deletions

View File

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