From 884ed6d621c3299174142f8b44d0a5786d2e2121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de> Date: Thu, 28 Sep 2023 18:47:47 +0000 Subject: [PATCH] Update path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1213ef..9ce390a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ COPY .env .env # Install python packages COPY . . RUN pip install --no-cache-dir -r requirements.txt -COPY python_startup/ ~/.ipython/profile_default/startup/ +COPY python_startup/ /home/jovyan/.ipython/profile_default/startup/ -- GitLab