modified: Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user