ciyidogan commited on
Commit
04776a3
·
verified ·
1 Parent(s): 54282ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir -r requirements.txt
22
  COPY test_server.py .
23
 
24
  # ✅ Uygulamayı başlat
25
- CMD ["python", "test_server.py"]
 
22
  COPY test_server.py .
23
 
24
  # ✅ Uygulamayı başlat
25
+ CMD ["python", "app.py"]