We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b72d7 commit c844e4dCopy full SHA for c844e4d
Dockerfile
@@ -2,10 +2,6 @@ FROM node:14-alpine as deps
2
RUN apk add --no-cache libc6-compat
3
WORKDIR /app
4
COPY yarn.lock package.json ./
5
-COPY eslint-plugin/yarn.lock ./eslint-plugin/
6
-COPY eslint-plugin/package.json ./eslint-plugin/
7
-RUN ls
8
-RUN cd eslint-plugin && yarn install --frozen-lockfile --silent && cd ../
9
RUN yarn install --frozen-lockfile --silent
10
11
FROM node:14-alpine as builder
0 commit comments