From 05630ee9fd5c7cf4ba8ad29013ce85ac4b83ccb3 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 2 Oct 2020 22:19:46 -0600 Subject: expose the port oops --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') 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", "-" ] -- cgit v1.2.3