Added production flag back

This commit is contained in:
Wyatt Johnson
2017-02-17 17:56:44 -07:00
parent afcdacff0d
commit 301c8e829f
+1 -1
View File
@@ -15,7 +15,7 @@ EXPOSE 5000
# Install app dependencies
COPY package.json yarn.lock /usr/src/app/
RUN yarn install
RUN yarn install --production
# Bundle app source
COPY . /usr/src/app