aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2137c4a..5cd61bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,4 +11,4 @@ COPY . .
EXPOSE 8000
-CMD [ "gunicorn", "-w", "1", "bot:app", "--log-file", "-" ]
+CMD [ "gunicorn", "-b", "0.0.0.0:8000", "-w", "1", "bot:app", "--log-file", "-" ]