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

Create workdir

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