Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 27 |
COPY . .
|
| 28 |
|
| 29 |
# المنفذ
|
| 30 |
-
EXPOSE
|
| 31 |
|
| 32 |
# فحص الصحة
|
| 33 |
HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
|
|
|
|
| 27 |
COPY . .
|
| 28 |
|
| 29 |
# المنفذ
|
| 30 |
+
EXPOSE 7860
|
| 31 |
|
| 32 |
# فحص الصحة
|
| 33 |
HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
|