add presets

This commit is contained in:
2022-05-29 01:19:18 +02:00
parent 08470ba820
commit 38d35f40aa
4 changed files with 67 additions and 11 deletions

View File

@@ -17,6 +17,8 @@ RUN ls -hal
# RUNNER
FROM base
ENV NODE_ENV=production
COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --prod