Fix Dockerfile
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-03-10 16:13:11 +01:00
parent 775004f914
commit 637d0ec9d2
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 app:app
# Use the official lightweight Python image.
# https://hub.docker.com/_/python
FROM python:3.8-slim