Skip to content

Commit d7df3cf

Browse files
author
Eduardo
committed
fix: lock file path in Dockerfile
1 parent 91c3a88 commit d7df3cf

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
@@ -26,7 +26,7 @@ WORKDIR /app
2626
# Copy package.json and package-lock.json (or yarn.lock) before other files
2727
# Leverage Docker cache to save time on dependency installation
2828
COPY package*.json ./
29-
COPY package-lock.lock ./
29+
COPY package-lock.json ./
3030

3131
# Install dependencies
3232
RUN npm run install

0 commit comments

Comments
 (0)