From 2cb6fa1e87377ab1b427a9a7b69e1d6393d28552 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:22:30 +0000 Subject: [PATCH] Copy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab6270c..e04ef7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,6 @@ COPY . . RUN pip install --no-cache-dir -r requirements.txt WORKDIR /home/jovyan/.ipython/profile_default/startup/ -COPY python_startup ./ +COPY python_startup/ ./ -- GitLab