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