Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 16, 2024
1 parent 422c078 commit 8637989
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 @@ -9,7 +9,7 @@ RUN chown -R 1000:1000 /app && \

COPY yarn.lock .yarnrc.yml ./
COPY --chown=1000:1000 .yarn .yarn
RUN yarn workspaces focus --production && yarn cache clean
RUN yarn fetch workspaces focus --production && yarn cache clean

COPY --chown=1000:1000 . .
RUN yarn build
Expand Down

0 comments on commit 8637989

Please sign in to comment.