Skip to content

Commit

Permalink
fix: remove removed patches copy in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed May 2, 2024
1 parent 7cd20fd commit 55a914d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ WORKDIR /build
COPY package.json package-lock.json ./
COPY shared/package.json shared/package-lock.json ./shared/
COPY frontend/package.json frontend/package-lock.json ./frontend/
COPY frontend/patches ./frontend/patches

# Allow running of postinstall scripts
# RUN npm config set unsafe-perm true
Expand Down

0 comments on commit 55a914d

Please sign in to comment.