Edward J. Schwartz commited on
Commit
b1db878
·
1 Parent(s): 2e6b549
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,6 +12,6 @@ RUN apt-get -y install python3-pip
12
 
13
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
14
 
15
- COPY . .
16
 
17
  CMD ["python3", "app.py"]
 
12
 
13
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
14
 
15
+ COPY --chown=user . .
16
 
17
  CMD ["python3", "app.py"]