moriire commited on
Commit
a1d4112
·
verified ·
1 Parent(s): 6dbd8cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -38,9 +38,9 @@ USER user
38
 
39
  WORKDIR $HOME/app
40
 
41
- COPY --chown=user . $HOME/appq
42
 
43
- RUN chmod 777 /home/user/.cache/
44
 
45
  RUN chmod 777 .
46
 
 
38
 
39
  WORKDIR $HOME/app
40
 
41
+ COPY --chown=user . $HOME/app
42
 
43
+ COPY --chown=user . /home/user/.cache/
44
 
45
  RUN chmod 777 .
46