Skip to content

Commit

Permalink
revert previous change to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bush committed Aug 27, 2019
1 parent 1fa3855 commit 75f4c41
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 @@ -9,4 +9,4 @@ WORKDIR /src/
CMD ["node", "/src/index.js"]

COPY ./src/ /src/
RUN npm ci --production
RUN npm install --production

0 comments on commit 75f4c41

Please sign in to comment.