Tao Wu commited on
Commit
b077692
·
1 Parent(s): 3430cbb

add user add

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
11
 
12
 
13
  RUN export PYTHONUNBUFFERED=1
14
-
15
  WORKDIR /app
16
  COPY app /app
17
 
 
11
 
12
 
13
  RUN export PYTHONUNBUFFERED=1
14
+ RUN useradd -m -u 1000 user
15
  WORKDIR /app
16
  COPY app /app
17