Skip to content
Snippets Groups Projects
Commit e9d8480e authored by Michael Bücker's avatar Michael Bücker
Browse files

Copy

parent d06454d3
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ COPY .env .env ...@@ -16,8 +16,8 @@ COPY .env .env
# Install python packages # Install python packages
COPY . . COPY . .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN ls WORKDIR /home/jovyan/.ipython/profile_default/startup/
RUN ls /home/jovyan/.ipython/profile_default/startup/
ADD python_startup /home/jovyan/.ipython/profile_default/startup/ COPY python_startup ./
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment