release
This commit is contained in:
@@ -34,4 +34,4 @@ ENV LISTEN_PORT=8080
|
||||
EXPOSE $LISTEN_PORT
|
||||
|
||||
# Run app
|
||||
CMD ["sh", "-c", "gunicorn --bind 0.0.0.0:${LISTEN_PORT} --workers 1 --threads 2 --access-logfile - --error-logfile - app:app"]
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
Reference in New Issue
Block a user