Projeto do Agent Contas ORACLE
This commit is contained in:
6
agent_framework_oci/apps/agent_gateway/Dockerfile
Normal file
6
agent_framework_oci/apps/agent_gateway/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
COPY agent_framework /agent_framework
|
||||
COPY agent_gateway /app
|
||||
RUN pip install --no-cache-dir -e /agent_framework -r requirements.txt
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8010"]
|
||||
Reference in New Issue
Block a user