This commit is contained in:
parent
cb29f2024f
commit
45603ec02e
@ -20,7 +20,6 @@ RUN apk update
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# First install dependencies (as they change less often)
|
# First install dependencies (as they change less often)
|
||||||
COPY .gitignore .gitignore
|
|
||||||
COPY --from=builder /app/out/json/ .
|
COPY --from=builder /app/out/json/ .
|
||||||
COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
|
COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
@ -20,7 +20,6 @@ RUN apk update
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# First install dependencies (as they change less often)
|
# First install dependencies (as they change less often)
|
||||||
COPY .gitignore .gitignore
|
|
||||||
COPY --from=builder /app/out/json/ .
|
COPY --from=builder /app/out/json/ .
|
||||||
COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
|
COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
Loading…
Reference in New Issue
Block a user