Skip to content

Commit

Permalink
add corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Apr 23, 2024
1 parent 214c35a commit 8112f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ WORKDIR /app
RUN apk add --no-cache --virtual .gyp python3 make g++

COPY package.json yarn.lock ./
RUN corepack enable yarn
RUN yarn set version 4.1.1
RUN yarn
RUN npm install -g typescript

COPY . .
RUN yarn build
Expand Down

0 comments on commit 8112f23

Please sign in to comment.