Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Sep 4, 2023
1 parent fd3c668 commit 2b801e3
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 @@ -14,7 +14,7 @@ COPY . .

RUN yarn build

RUN yarn workspaces focus --production && yarn cache clean
RUN yarn workspaces focus --production && yarn cache clean

FROM node:16-alpine as runner
WORKDIR /app
Expand Down

0 comments on commit 2b801e3

Please sign in to comment.