Update Dockerfile
Browse files- 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", "
|
|
|
22 |
COPY test_server.py .
|
23 |
|
24 |
# ✅ Uygulamayı başlat
|
25 |
+
CMD ["python", "app.py"]
|