We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5462ed0 commit f62d1daCopy full SHA for f62d1da
agentex/Dockerfile
@@ -32,8 +32,6 @@ FROM base AS dev
32
RUN uv sync --group dev
33
34
COPY agentex/src/ ./src/
35
-COPY agentex/tests/ ./tests/
36
-COPY agentex/pyproject.toml ./pyproject.toml
37
EXPOSE 5003
38
ENV PYTHONPATH=/app
39
CMD ["ddtrace-run", "uvicorn", "src.api.app:app", "--host", "0.0.0.0", "--port", "5003", "--reload"]
0 commit comments