مراية لـ
https://github.com/GhaymahCloud/Ghaymah-flask-starter.git
تم المزامنة 2025-08-21 23:02:30 +00:00
Initial commit: Flask starter template
هذا الالتزام موجود في:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["python", "main.py"]
|
المرجع في مشكلة جديدة
حظر مستخدم