Merge pull request #422 from coralproject/plugin-patch

Update Dockerfile
This commit is contained in:
David Erwin
2017-03-17 12:50:17 -04:00
committed by GitHub
+1 -4
View File
@@ -12,12 +12,9 @@ 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
# Build static assets
RUN yarn build
CMD ["yarn", "start"]