aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-11 20:42:31 +0200
committerGravatar Johannes Christ <[email protected]>2019-04-11 20:42:31 +0200
commitc6d78dcf0781ed3dbd7f063f0c12ac5b94352f0d (patch)
tree19833a7d605527b176917ca3ba02fdde54ed39b0 /docker
parentOnly install uWSGI in Docker. (diff)
Remove `--dev` from container installation.
Diffstat (limited to 'docker')
-rw-r--r--docker/app/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile
index b12da08f..5b965740 100644
--- a/docker/app/Dockerfile
+++ b/docker/app/Dockerfile
@@ -28,7 +28,7 @@ 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 . .