Skip to content

Commit 2b64fd6

Browse files
committed
try the other acp url
1 parent 5462ed0 commit 2b64fd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agentex/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ FROM base AS dev
3232
RUN uv sync --group dev
3333

3434
COPY agentex/src/ ./src/
35-
COPY agentex/tests/ ./tests/
36-
COPY agentex/pyproject.toml ./pyproject.toml
3735
EXPOSE 5003
3836
ENV PYTHONPATH=/app
3937
CMD ["ddtrace-run", "uvicorn", "src.api.app:app", "--host", "0.0.0.0", "--port", "5003", "--reload"]

0 commit comments

Comments
 (0)