aboutsummaryrefslogtreecommitdiffstats
path: root/docker/venv.Dockerfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-05-13 04:29:49 -0700
committerGravatar MarkKoz <[email protected]>2019-05-13 04:29:49 -0700
commitb4955decafa0915d998a7996e5db314cd360c18a (patch)
treef186fc5f096bc57713604b0df74fc9d6da0f1c15 /docker/venv.Dockerfile
parentExlcude everything, then make exceptions in dockerignore (diff)
Don't install dev dependencies in Docker image
Diffstat (limited to 'docker/venv.Dockerfile')
-rw-r--r--docker/venv.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/venv.Dockerfile b/docker/venv.Dockerfile
index b3df2b7..61aba58 100644
--- a/docker/venv.Dockerfile
+++ b/docker/venv.Dockerfile
@@ -9,4 +9,4 @@ ENV PIP_NO_CACHE_DIR=false \
COPY Pipfile Pipfile.lock /snekbox/
WORKDIR /snekbox
-RUN pipenv sync --dev
+RUN pipenv sync