Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|