haha ball
All checks were successful
deploy / deploy (push) Successful in 37s

This commit is contained in:
Lee 2023-11-08 06:20:11 +00:00
parent 928e1df444
commit c84f5e1dd4

@ -5,7 +5,7 @@ FROM base AS deps
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json* pnpm-lock.yaml* ./
RUN pnpx install --frozen-lockfile
RUN pnpm install --frozen-lockfile
# Build from source
FROM base AS builder