Paste #485451

1
2
3
4
5
FROM localhost:5001/python
RUN mkdir /app
ADD solum-python-sample-app /app
WORKDIR /app
CMD python app.py