Skip to content

Commit

Permalink
Slightly faster builds (GoogleContainerTools#3333)
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot authored Dec 3, 2019
1 parent c864d0e commit c358ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ EXPOSE 3000
CMD ["npm", "run", "dev"]

COPY package* ./
RUN npm install
RUN npm ci
COPY src .

0 comments on commit c358ed2

Please sign in to comment.