FROM python:3.6.6-stretch ADD ./ /japronto WORKDIR /japronto RUN pip3 install -r /japronto/requirements.txt EXPOSE 8080 CMD python3 app.py