eienmojiki commited on
Commit
32ba2c0
·
verified ·
1 Parent(s): 92c8776

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -49,6 +49,8 @@ RUN git clone https://github.com/Lissy93/dashy.git && \
49
  npm install && \
50
  npm run build
51
 
 
 
52
  WORKDIR $HOME/dashy
53
 
54
  USER koga
 
49
  npm install && \
50
  npm run build
51
 
52
+ RUN chown -R koga $HOME/dashy
53
+
54
  WORKDIR $HOME/dashy
55
 
56
  USER koga