Skip to content

Commit

Permalink
fix(dockerfile): remove ref to /patches
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle authored Oct 16, 2024
1 parent 0a6c51e commit e0dc5b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
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 e0dc5b4

Please sign in to comment.