thanthamky commited on
Commit
c442c18
1 Parent(s): 55f24b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -85,7 +85,8 @@ RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
85
  RUN mkdir /data && chown user:user /data
86
 
87
  # Add This to Copy data to working directory
88
- COPY ./app/* /data/ && chown -R user:user /data
 
89
 
90
 
91
  #######################################
 
85
  RUN mkdir /data && chown user:user /data
86
 
87
  # Add This to Copy data to working directory
88
+ COPY ./app/* /data/
89
+ RUN chown -R user:user /data
90
 
91
 
92
  #######################################