Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 8, 2024
1 parent 2e3bfe2 commit 1d824f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ COPY --chown=1000:1000 . .
FROM node AS build
COPY yarn.lock .yarnrc.yml ./
COPY .yarn .yarn

ENV YARN_IGNORE_NODE=1
RUN yarn fetch --immutable

COPY . .
Expand Down

0 comments on commit 1d824f2

Please sign in to comment.