From 34c12c60a85fde2b4fca9d2f6676e31cc7bb63ee 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:53:14 +0000 Subject: [PATCH] ADD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ce390a..e606a50 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/ /home/jovyan/.ipython/profile_default/startup/ +ADD python_startup /home/jovyan/.ipython/profile_default/startup/ -- GitLab