Skip to content

Commit

Permalink
add patch-dir to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 15, 2023
1 parent 474fd2f commit 7eda947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions other/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ FROM base as deps
WORKDIR /myapp

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

# Setup production node_modules
Expand Down

0 comments on commit 7eda947

Please sign in to comment.