From ce0cf990c139260fe2dc5f3eed1120acf211bc9b Mon Sep 17 00:00:00 2001
From: Leander Karp <karp@cl.uni-heidelberg.de>
Date: Sun, 4 Aug 2024 21:08:17 +0200
Subject: [PATCH] Remove pipenv env statement

---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a64f40b..2668132 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 .
-- 
GitLab