Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -2,5 +2,4 @@ FROM python:3.9
|
|
| 2 |
WORKDIR /code
|
| 3 |
COPY . .
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 5 |
-
# Flask'ın hem arayüzü hem API'yi sunması için 7860 portunu açıyoruz
|
| 6 |
CMD ["python", "app.py"]
|
|
|
|
| 2 |
WORKDIR /code
|
| 3 |
COPY . .
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 5 |
CMD ["python", "app.py"]
|