@ -4,6 +4,8 @@ COPY . /app
WORKDIR /app
EXPOSE 8080
RUN pip install -r requirements/dev.txt
ENV FLASK_APP=autoapp.py