Skip to content

Commit

Permalink
Merge pull request #102 from CMU-17313Q/resolving-docker-file-adding-…
Browse files Browse the repository at this point in the history
…line-instructions

Replaced line 14 in Dockerfile, based on instructions for Project 3 Deployment
  • Loading branch information
LujainAlMansoori authored Oct 18, 2023
2 parents 9c842d7 + 03a9531 commit b8717cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY --chown=node:node install/package.json /usr/src/app/package.json

USER node

RUN npm install --only=prod && \
RUN npm install && \
npm cache clean --force

COPY --chown=node:node . /usr/src/app
Expand Down

0 comments on commit b8717cb

Please sign in to comment.