Skip to content

Commit 2262223

Browse files
committed
Dockerfile
1 parent 0f12af9 commit 2262223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /src
99
# If you are building your code for production
1010
# RUN npm ci --only=production
1111

12-
COPY ./package*.json /src/package*.json
12+
COPY ./package*.json /src/
1313

1414
RUN npm install
1515

0 commit comments

Comments
 (0)