aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/venv.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/venv.Dockerfile b/docker/venv.Dockerfile
index 859ae6d..ae61cbb 100644
--- a/docker/venv.Dockerfile
+++ b/docker/venv.Dockerfile
@@ -8,6 +8,7 @@ ENV PIP_NO_CACHE_DIR=false \
PIPENV_VENV_IN_PROJECT=1
COPY Pipfile Pipfile.lock /snekbox/
+
WORKDIR /snekbox
RUN if [ -n "${DEV}" ]; pipenv sync --dev; then pipenv sync; fi