I hereby claim:
- I am davidcarboni on github.
- I am davidcarboni (https://keybase.io/davidcarboni) on keybase.
- I have a public key ASAzMTXhfOjms6OoqkXubf5Bvgfyn95W0UjkIAGiwuP7GAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| FROM python | |
| # From the python:onbuild image | |
| # For discussion of onbuild variant images see: https://hub.docker.com/_/python/ | |
| WORKDIR /usr/src/app | |
| COPY . /usr/src/app | |
| RUN pip install --no-cache-dir -r requirements.txt | |
| # Install uWSGI | |
| RUN pip install uwsgi |