Skip to content

Commit c844e4d

Browse files
committed
remove eslint plugin from image
1 parent b0b72d7 commit c844e4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ FROM node:14-alpine as deps
22
RUN apk add --no-cache libc6-compat
33
WORKDIR /app
44
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 ../
95
RUN yarn install --frozen-lockfile --silent
106

117
FROM node:14-alpine as builder

0 commit comments

Comments
 (0)