mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
create production docker image
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user