diff --git a/Dockerfile b/Dockerfile
index 9ce390a97a450768fac60a18f932dd09c985b1c9..e606a507b6af91d296d4869983cf23e24f51684c 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/