Skip to content

Commit

Permalink
copy all
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Apr 23, 2024
1 parent 8112f23 commit 51ea593
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ WORKDIR /app

RUN apk add --no-cache --virtual .gyp python3 make g++

COPY package.json yarn.lock ./
COPY . .
RUN corepack enable yarn
RUN yarn set version 4.1.1
RUN yarn

COPY . .
RUN yarn build
RUN yarn cache clean

Expand Down

0 comments on commit 51ea593

Please sign in to comment.