diff options
author | 2019-04-19 18:23:06 +0100 | |
---|---|---|
committer | 2019-04-19 18:23:06 +0100 | |
commit | 0cd78b638c48ac14c592398da0ed19f3e5ca2e2e (patch) | |
tree | d74ebdf98537a6dd65dc926bcc3fed1458515c93 /docker | |
parent | Char input has placeholder, finish dir listing (diff) | |
parent | Revert linter to non-verbose. (diff) |
Merge branch 'django' into django+200/wiki
# Conflicts:
# Pipfile.lock
# pydis_site/apps/home/tests.py
Diffstat (limited to 'docker')
-rw-r--r-- | docker/app/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index 93d0c378..5b965740 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -28,7 +28,8 @@ RUN rm -r /opt/bitnami/python/lib/python3.*/site-packages/setuptools* && \ pip install --no-cache-dir -U setuptools RUN python3 -m pip install pipenv \ - && python3 -m pipenv install --dev --system --deploy + && python3 -m pipenv install --system --deploy \ + && pip install uwsgi==2.0.18 COPY . . |