7
Some checks failed
Deploy Website / deploy (push) Failing after 42s

This commit is contained in:
Lee 2024-10-04 21:21:57 +01:00
parent 400a230ded
commit 899909a316

@ -9,7 +9,7 @@ WORKDIR /app
# Copy website package and lock files only
COPY package.json* pnpm-lock.yaml* pnpm-workspace.yaml* ./
COPY website/package.json* ./website/
COPY website ./website
RUN pnpm install --filter website
RUN pnpm run build:website