diff --git a/Dockerfile b/Dockerfile index d4b1c02..eb550c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,5 @@ ENV SPOTIPY_REDIRECT_URI=$SPOTIPY_REDIRECT_URI # Starten mit Gunicorn für Production - CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"] + CMD ["python", "app.py"] \ No newline at end of file