From ba7bbcc3e095cd857832fdf2d332ad0c1dde3066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 10 Mar 2020 16:14:38 +0100 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7aa489..0283646 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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