aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 7717584..2137c4a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,4 +9,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
+EXPOSE 8000
+
CMD [ "gunicorn", "-w", "1", "bot:app", "--log-file", "-" ]