Skip to content

Commit

Permalink
copy patch directory in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Dec 12, 2024
1 parent 57e57c2 commit 6a07c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV NODE_ENV production
ENV YARN_SETUP_ARGS "--prod=false --silent --frozen-lockfile"

COPY package.json yarn.lock tsconfig.json .yarnrc /app/source/
COPY ./patches app/src/patches
COPY .yarnclean.ci /app/source/.yarnclean
COPY .yarn /app/source/.yarn
COPY packages /app/source/packages
Expand Down

0 comments on commit 6a07c87

Please sign in to comment.