This commit is contained in:
@@ -13,7 +13,9 @@ RUN npm i -g pnpm
|
||||
# Install system dependencies
|
||||
RUN apk add --no-cache imagemagick ghostscript
|
||||
|
||||
|
||||
# Copy the dependency manifests and then run install.
|
||||
COPY --from=deps /root/.local/share/pnpm/store/v3 /root/.local/share/pnpm/store/v3
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN pnpm install --frozen-lockfile --offline
|
||||
|
||||
|
||||
Reference in New Issue
Block a user