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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -85,7 +85,7 @@ 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/
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/ && chown -R user:user /data
89
 
90
 
91
  #######################################