HilmanBey commited on
Commit
baf7b29
·
verified ·
1 Parent(s): fdf4b42

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]