webhook 자동 배포 설정
This commit is contained in:
5
deployer/Dockerfile
Normal file
5
deployer/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
RUN pip install --no-cache-dir fastapi uvicorn
|
||||
COPY app.py /app/app.py
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9000"]
|
||||
Reference in New Issue
Block a user