We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5827e8 + 4468dbd commit 93954ddCopy full SHA for 93954dd
dockerfile/Dockerfile
@@ -11,4 +11,7 @@ RUN mkdir /hkube
11
COPY . /hkube/site
12
COPY --from=install /hkube/site/node_modules /hkube/site/node_modules
13
WORKDIR /hkube/site
14
+
15
+USER root
16
+RUN chgrp -R 0 /hkube/site && chmod -R g=u /hkube/site
17
CMD ["/bin/sh", "-c", "/hkube/site/resources/startServer.sh"]
0 commit comments