Sk4467 commited on
Commit
6c28489
·
verified ·
1 Parent(s): 9a61fbf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ WORKDIR /app
11
  COPY requirements.txt /app
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
 
 
14
  # Copy the current directory contents into the container at .
15
  COPY . .
16
 
 
11
  COPY requirements.txt /app
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
 
14
+ USER root
15
  # Copy the current directory contents into the container at .
16
  COPY . .
17