pengdaqian commited on
Commit
452d527
1 Parent(s): b16c492
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ WORKDIR $HOME/app
44
  COPY requirements.txt requirements.txt
45
  RUN pip3 install --no-cache-dir -r requirements.txt
46
 
47
- COPY init /init
48
  RUN chmod +x /init
49
  COPY . .
50
 
 
44
  COPY requirements.txt requirements.txt
45
  RUN pip3 install --no-cache-dir -r requirements.txt
46
 
47
+ COPY --chown=user init /init
48
  RUN chmod +x /init
49
  COPY . .
50