Skip to content

Commit fa87917

Browse files
committed
Add patches while installing packages
1 parent 4c7e925 commit fa87917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-serve/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN git config --global --add safe.directory /code
1717
FROM runtime AS nginx-build
1818

1919
# NOTE: --parents is not yet available in stable syntax, using docker/dockerfile:1-labs
20-
COPY --parents package.json pnpm-lock.yaml ./**/package.json /code/
20+
COPY --parents package.json pnpm-lock.yaml ./**/package.json patches/ /code/
2121

2222
RUN pnpm install
2323

0 commit comments

Comments
 (0)