From e9d8480e914141e6853a1bca81af4cdc86788dbe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de>
Date: Thu, 28 Sep 2023 19:17:43 +0000
Subject: [PATCH] Copy

---
 Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 1309842..ab6270c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,8 +16,8 @@ COPY .env .env
 # Install python packages
 COPY . .
 RUN pip install --no-cache-dir -r requirements.txt
-RUN ls
-RUN ls /home/jovyan/.ipython/profile_default/startup/
-ADD python_startup /home/jovyan/.ipython/profile_default/startup/
+WORKDIR /home/jovyan/.ipython/profile_default/startup/
+
+COPY python_startup ./
 
 
-- 
GitLab