From dbe1d31176fa4350a870e7586ce7206b88ebdb0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de>
Date: Fri, 29 Sep 2023 07:34:15 +0000
Subject: [PATCH] Correcting of path

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index af4140f..5910a68 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ COPY .env .env
 # Install python packages
 COPY requirements.txt requirements.txt
 RUN pip install --no-cache-dir -r requirements.txt
-ENV IPYTHONDIR /usr/src/app/startup/
+ENV IPYTHONDIR /usr/src/app/ipython/
 WORKDIR /usr/src/app/ipython/profile_default/startup/
 COPY python_startup/ ./
 WORKDIR /home/
-- 
GitLab