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