matthoffner commited on
Commit
c670e98
1 Parent(s): c3fd9b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY requirements.txt ./
12
  RUN pip install --upgrade pip && \
13
  pip install -r requirements.txt
14
 
15
- COPY . .
16
 
17
  RUN ls -al
18
 
 
12
  RUN pip install --upgrade pip && \
13
  pip install -r requirements.txt
14
 
15
+ COPY --chown=user . .
16
 
17
  RUN ls -al
18