fix building
Some checks failed
Publish / docker (push) Failing after 1m53s

This commit is contained in:
Lee 2023-10-15 04:01:23 +01:00
parent 324f4ef0e2
commit e7206883d9

@ -7,7 +7,7 @@ FROM main AS deps
WORKDIR /app WORKDIR /app
# Install dependencies based on the preferred package manager # Install dependencies based on the preferred package manager
COPY pnpm-lock.yaml* ./ COPY package.json pnpm-lock.yaml* ./
# Install node modules # Install node modules
RUN pnpm install --production RUN pnpm install --production