From 3b5769589892e1aebc395fc81e0f0b5a7cb2af26 Mon Sep 17 00:00:00 2001 From: "Qiwei Huang (from Dev Box)" Date: Mon, 5 Aug 2024 13:27:57 +0800 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc0fb66..147593c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ EXPOSE 8000 ENV NAME World # Run main.py when the container launches -CMD [ "gunicorn","--bind", "0.0.0.0:8000" "app:app"] \ No newline at end of file +CMD [ "gunicorn","--bind", "0.0.0.0:8000", "app:app"] \ No newline at end of file