Sk4467 commited on
Commit
2d4a7f0
·
verified ·
1 Parent(s): 6c28489

Update Dockerfile

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