Skip to content

Commit

Permalink
chore: normal yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 21, 2024
1 parent 45b0229 commit 7c7fa21
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 @@ -5,7 +5,7 @@ COPY yarn.lock .
RUN yarn install
COPY . .
RUN yarn build
RUN yarn install --production --ignore-scripts --prefer-offline
RUN yarn install

FROM node:lts-alpine
WORKDIR /app
Expand Down

0 comments on commit 7c7fa21

Please sign in to comment.