I hereby claim:
- I am mattrobenolt on github.
- I am mattrobenolt (https://keybase.io/mattrobenolt) on keybase.
- I have a public key whose fingerprint is D874 9766 A66D D714 236A 932C 3B2D 400C E5BB CA60
To claim this, I am signing this object:
| FROM disqus/nginx:python2.7-light | |
| RUN mkdir -p /usr/src/app | |
| WORKDIR /usr/src/app | |
| # First compile numpy by itself so we never have to do this again | |
| COPY requirements/numpy.txt requirements/numpy.txt | |
| RUN pip install --no-cache-dir -r requirements/numpy.txt | |
| # Install dev stuff early becaues they prob don't change |
| api: | |
| build: . | |
| command: python manage.py runserver 0.0.0.0:80 | |
| environment: | |
| DJANGO_SETTINGS_MODULE: local_settings_api_service | |
| ports: | |
| - "80:80" | |
| volumes: | |
| - .:/usr/src | |
| links: |
| import os | |
| os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings") | |
| from raven.utils.wsgi import ( | |
| get_current_url, get_headers, get_environ) | |
| class Sentry(object): | |
| def __init__(self, application): | |
| self.application = application |
I hereby claim:
To claim this, I am signing this object: