Skip to content

Commit

Permalink
fix: copy patches folder docker
Browse files Browse the repository at this point in the history
  • Loading branch information
SangeetAgarwal committed Nov 28, 2023
1 parent 305c1e4 commit 6e13374
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 @@ -10,6 +10,7 @@ FROM base as deps
WORKDIR /myapp

ADD package.json package-lock.json .npmrc ./
COPY ./patches ./patches
RUN npm install --include=dev

# Setup production node_modules
Expand Down

0 comments on commit 6e13374

Please sign in to comment.