Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 99a676b

Browse files
Do not use yarn.lock (#618)
1 parent 0af50eb commit 99a676b

File tree

2 files changed

+0
-7891
lines changed

2 files changed

+0
-7891
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV NETLIFY_AUTH_TOKEN="" \
1111
PATH="/home/node/docker-netlify-cli/node_modules/.bin:${PATH}"
1212

1313
COPY --chown=node:node package.json /home/node/docker-netlify-cli/package.json
14-
COPY --chown=node:node yarn.lock /home/node/docker-netlify-cli/yarn.lock
1514

1615
WORKDIR /home/node/docker-netlify-cli
1716
RUN yarn install \

0 commit comments

Comments
 (0)