From 76535599330b983389810cbc8a6dfb9244e58cf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de>
Date: Tue, 22 Oct 2024 19:58:27 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 37cc037..4ca25dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,8 +36,8 @@ RUN pip3 install plotly==5.22.0
 #COPY requirements.txt requirements.txt
 #RUN pip install --no-cache-dir -r requirements.txt
 #RUN pip install --ignore-installed --no-cache-dir -r requirements.txt
-ENV IPYTHONDIR /usr/src/app/ipython/
-WORKDIR /usr/src/app/ipython/profile_default/startup/
-COPY python_startup/ ./
-WORKDIR /home/
+# ENV IPYTHONDIR /usr/src/app/ipython/
+# WORKDIR /usr/src/app/ipython/profile_default/startup/
+# COPY python_startup/ ./
+# WORKDIR /home/
 
-- 
GitLab