smaller image
Some checks failed
Deploy Backend / deploy (push) Failing after 14s
Deploy Frontend / deploy (push) Failing after 9s

This commit is contained in:
Lee 2024-10-04 20:55:02 +01:00
parent 8671f4e036
commit beeed6ed7c

@ -1,7 +1,7 @@
FROM fascinated/docker-images:nodejs_20_with_pnpm
WORKDIR /app
COPY package.json pnpm-lock.yaml ./backend ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./backend ./
RUN pnpm install --filter backend
RUN pnpm run build:backend