From 73307c7e0ff591bd471b855f1f62ecbafcf7d257 Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Sun, 17 Jan 2021 23:35:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20new=20port=20for=20dockerf?= =?UTF-8?q?ile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8b66611..50d47ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ COPY . /app WORKDIR /app +EXPOSE 8080 + RUN pip install -r requirements/dev.txt ENV FLASK_APP=autoapp.py