im tired okay
Some checks failed
Publish Docker Image / docker (push) Failing after 31s

This commit is contained in:
Lee 2024-01-03 07:32:49 +00:00
parent fd4ef15fae
commit 00deb93193

@ -3,7 +3,7 @@ FROM fascinated/docker-images:node-pnpm-latest AS base
ENV NODE_ENV=production
WORKDIR /usr/src/app
COPY ["package.json", "pnpm-lock.json", "./"]
COPY ["package.json", "pnpm-lock.yaml", "./"]
RUN pnpm install --production --silent && mv node_modules ../