diff --git a/docker/prod.Dockerfile b/docker/prod.Dockerfile index 899d1c94d..24610eb45 100644 --- a/docker/prod.Dockerfile +++ b/docker/prod.Dockerfile @@ -16,7 +16,7 @@ RUN /opt/pycroft/venv/bin/pip wheel --wheel-dir /opt/pycroft/wheel -r requiremen # Download JS/CSS dependencies COPY --chown=pycroft:pycroft package.json bun.lockb ./ -RUN bun install --frozen-lockfile --production +RUN bun install --frozen-lockfile # Build Pycroft wheel COPY --chown=pycroft:pycroft . .