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

Update Dockerfile

parent ee4d3afb
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ USER jovyan
RUN pip3 install --upgrade pip
# Install python packages
COPY requirements.txt .
COPY . .
RUN pip install --no-cache-dir -r requirements.txt
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