7
Some checks failed
Publish Docker Images / docker (push) Failing after 20s

This commit is contained in:
Lee 2023-11-16 13:18:19 +00:00
parent cb29f2024f
commit 45603ec02e
2 changed files with 0 additions and 2 deletions

@ -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

@ -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