M-hv1 commited on
Commit
b9b82c1
·
verified ·
1 Parent(s): 8db19fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ RUN useradd -m -u 1000 user
22
  WORKDIR /code
23
 
24
  # تثبيت المكتبات
 
25
  COPY requirements.txt .
26
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
27
 
 
22
  WORKDIR /code
23
 
24
  # تثبيت المكتبات
25
+ # firebase-admin مضاف في requirements.txt لدعم Titan Mentor (Firestore)
26
  COPY requirements.txt .
27
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
28