From c9a6c61f69768cf2ac8cedd71026b3e3d83c98d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pta=CC=81k?= Date: Wed, 10 Apr 2024 19:41:34 +0200 Subject: [PATCH] dockerfile fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0fb71d..6be8dd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY requirements.txt . RUN pip install --no-cache-dir --use-pep5 -r requirements.txt COPY . . EXPOSE 80 -CMD ["gunicorn", "wsgi:app", "-b" "0.0.0.0:80"] +CMD ["gunicorn", "wsgi:app", "-b", "0.0.0.0:80"]