Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 9, 2024
1 parent 59f2747 commit 348e25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ USER 1000

FROM node AS builder
COPY yarn.lock .yarnrc.yml ./
COPY .yarn .yarn
COPY --chown=1000:1000 .yarn .yarn
RUN yarn fetch --immutable

COPY . .
COPY --chown=1000:1000 . .
RUN yarn build
RUN yarn workspaces focus --production && yarn cache clean

Expand Down

0 comments on commit 348e25d

Please sign in to comment.