Skip to content

Commit

Permalink
Add slash to end of COPY directory
Browse files Browse the repository at this point in the history
  • Loading branch information
albertjlay committed Jun 13, 2022
1 parent 8b30ec2 commit 50dfd9f
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
@@ -1,7 +1,7 @@
FROM node:alpine3.16
ARG VCS_REF \
BUILD_DATE
COPY package*.json .
COPY package*.json ./

RUN npm install

Expand Down

0 comments on commit 50dfd9f

Please sign in to comment.