diff --git a/Dockerfile b/Dockerfile
index a64f40be81ce7f3f142c52da04c1faff5d6ee0e3..2668132517a2a86de2be11dd546096ff29850d1c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,6 @@ WORKDIR /app
 EXPOSE 5000
 
 # First, copy and install only the requirements...
-ENV PIPENV_VENV_IN_PROJECT=1 
 RUN pip install --upgrade pip setuptools
 RUN pip install pipenv
 COPY Pipfile.lock .