diff --git a/apps/node/Dockerfile b/apps/node/Dockerfile index b17893b..d861708 100644 --- a/apps/node/Dockerfile +++ b/apps/node/Dockerfile @@ -20,7 +20,6 @@ RUN apk update WORKDIR /app # First install dependencies (as they change less often) -COPY .gitignore .gitignore COPY --from=builder /app/out/json/ . COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml RUN pnpm install diff --git a/apps/proxy/Dockerfile b/apps/proxy/Dockerfile index 8cb013f..5c763c5 100644 --- a/apps/proxy/Dockerfile +++ b/apps/proxy/Dockerfile @@ -20,7 +20,6 @@ RUN apk update WORKDIR /app # First install dependencies (as they change less often) -COPY .gitignore .gitignore COPY --from=builder /app/out/json/ . COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml RUN pnpm install