create production docker image

This commit is contained in:
Amruth Pillai
2020-03-31 14:56:40 +05:30
parent f07a961075
commit da19526e6e
5 changed files with 67 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
## install and cache app dependencies
COPY package.json /usr/src/app/package.json
# install app dependencies
## install app dependencies
RUN npm install --silent
## start app