Browse Source

Update to use COPY instead of ADD in dockerfile (no archive extraction).

Mike Birdgeneau 7 years ago
parent
commit
63389d0d42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/Dockerfile

+ 1 - 1
jupyterlab/Dockerfile

@@ -32,7 +32,7 @@ RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/
 ENV LANG=C.UTF-8
 
 # Install Python Packages & Requirements (Done near end to avoid invalidating cache)
-ADD requirements.txt requirements.txt
+COPY requirements.txt requirements.txt
 RUN pip install -r requirements.txt
 
 # Expose Jupyter port & cmd