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