aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-02 22:19:46 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-02 22:19:46 -0600
commit05630ee9fd5c7cf4ba8ad29013ce85ac4b83ccb3 (patch)
tree5dda60b144aff73cca918a277fa5064f9228ab53 /Dockerfile
parent97ac6174b7b7b7321845ec995d935d010ea7baee (diff)
downloadcrabravebot-05630ee9fd5c7cf4ba8ad29013ce85ac4b83ccb3.tar.gz
crabravebot-05630ee9fd5c7cf4ba8ad29013ce85ac4b83ccb3.zip
expose the port oops
Diffstat (limited to 'Dockerfile')
-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", "-" ]