changed to no dev when building the docker image
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m24s
Run linting on the backend code / Build (pull_request) Failing after 21s
Run testing on the backend code / Build (pull_request) Failing after 22m41s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 36s

This commit is contained in:
kscheidecker 2025-07-26 12:44:41 +02:00
parent 19b0c37a97
commit 132aa5a19b

View File

@ -21,7 +21,7 @@ COPY uv.lock uv.lock
COPY .python-version .python-version COPY .python-version .python-version
# Sync the venv # Sync the venv
RUN uv sync --frozen --no-cache RUN uv sync --frozen --no-cache --no-dev
# Copy application files # Copy application files
COPY src src COPY src src