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

Correcting of path

parent 8d43709b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ COPY .env .env
# Install python packages
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
ENV IPYTHONDIR /usr/src/app/startup/
ENV IPYTHONDIR /usr/src/app/ipython/
WORKDIR /usr/src/app/ipython/profile_default/startup/
COPY python_startup/ ./
WORKDIR /home/
......
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