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

This commit is contained in:
Lee 2024-10-04 21:23:47 +01:00
parent 899909a316
commit 60ceb4f4ab

@ -11,6 +11,9 @@ WORKDIR /app
COPY package.json* pnpm-lock.yaml* pnpm-workspace.yaml* ./
COPY website ./website
ARG GIT_REV
ENV GIT_REV=${GIT_REV}
RUN pnpm install --filter website
RUN pnpm run build:website