diff --git a/Dockerfile b/Dockerfile index aeb347c23..7dcad9e2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,10 +13,14 @@ RUN pnpm install --frozen-lockfile COPY . . COPY .next .next +ARG CI ARG BUILDTIME ARG VERSION ARG REVISION +# Make CI available in RUN steps +ENV CI=$CI + # Build only if needed (local use) RUN pnpm run telemetry \ && if [ "$CI" != "true" ]; then \