yes?
Some checks failed
Deploy Backend / deploy (push) Failing after 40s

This commit is contained in:
Lee 2024-10-04 22:59:52 +01:00
parent 522c09c32c
commit 77819e873d

@ -12,7 +12,7 @@ COPY common ./common
COPY backend ./backend COPY backend ./backend
# Install dependencies for all workspaces, including backend # Install dependencies for all workspaces, including backend
RUN pnpm install --filter backend... RUN pnpm install --filter ...backend
# Build the backend # Build the backend
RUN pnpm --filter backend build RUN pnpm --filter backend build