Skip to content

Commit 0cd2526

Browse files
committed
Update Dockerfile: Lock file copy removed
1 parent 95b1f7b commit 0cd2526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LABEL "com.github.actions.icon"="book-open"
99
LABEL "com.github.actions.color"="green"
1010

1111
# Copy the package.json and package-lock.json
12-
COPY yarn.lock ./
13-
COPY package.json ./
12+
# COPY yarn.lock ./
13+
# COPY package.json ./
1414

1515
# Install dependencies
1616
RUN yarn install --frozen-lockfile

0 commit comments

Comments
 (0)