test
All checks were successful
deploy / deploy (push) Successful in 1m32s

This commit is contained in:
Lee 2023-10-19 14:21:29 +01:00
parent be48543dd3
commit aa13e00b69

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