allow running commands in docker run
All checks were successful
Build and Push Agent Docker Image / build (push) Successful in 2m22s
Build and Push Web Docker Image / build (push) Successful in 3m26s

This commit is contained in:
2025-12-13 06:36:16 +01:00
parent 1f313f090a
commit b517c6939f

View File

@@ -5,6 +5,8 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
WORKDIR /app
ENV PYTHONPATH=/app
# Copy dependency files
COPY pyproject.toml uv.lock ./