install correct yarn

This commit is contained in:
CodedSakura 2024-10-18 21:11:19 +03:00
parent 2597a364bd
commit 409ecef1e7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY . . COPY . .
RUN yarn install RUN yarn set version 4.4.1 && yarn install
ENV PORT=80 ENV PORT=80
ENTRYPOINT ["yarn", "run", "start"] ENTRYPOINT ["yarn", "run", "start"]