7
Some checks failed
Deploy Website / deploy (push) Failing after 1m13s

This commit is contained in:
Lee 2024-10-04 21:18:19 +01:00
parent 04156ae37e
commit 97d917ae27

@ -10,6 +10,7 @@ WORKDIR /app
# Copy website package and lock files only
COPY package.json* pnpm-lock.yaml* pnpm-workspace.yaml* ./
COPY website/package.json* ./website/
RUN pnpm install --frozen-lockfile --quiet --filter website
# Build stage