randydev commited on
Commit
3e354e8
·
verified ·
1 Parent(s): 172da20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -46,6 +46,7 @@ RUN mkdir -p /app/.cache/akn && \
46
  chmod -R 777 /app/.cache && \
47
  cp version.json /app/.cache/akn/version.json
48
 
 
49
  RUN pip3 install --upgrade pip setuptools
50
  RUN pip3 install -r requirements.txt
51
 
 
46
  chmod -R 777 /app/.cache && \
47
  cp version.json /app/.cache/akn/version.json
48
 
49
+ RUN chown -R 1000:0 .
50
  RUN pip3 install --upgrade pip setuptools
51
  RUN pip3 install -r requirements.txt
52