feat: complete initial project structure for API and Monitoring Dashboards
هذا الالتزام موجود في:
7
api/Dockerfile
Normal file
7
api/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY app.py app.py
|
||||
EXPOSE 8080
|
||||
CMD ["python", "app.py"]
|
||||
المرجع في مشكلة جديدة
حظر مستخدم