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.
1 parent 56cc64e commit d0b02afCopy full SHA for d0b02af
deployments/Dockerfile
@@ -18,6 +18,6 @@ RUN set -xe && \
18
FROM hackmdio/runtime:1.0.4
19
USER hackmd
20
WORKDIR /home/hackmd/app
21
-COPY --from=BUILD /home/hackmd/app .
+COPY --chown=1500:1500 --from=BUILD /home/hackmd/app .
22
EXPOSE 3000
23
ENTRYPOINT ["/home/hackmd/app/docker-entrypoint.sh"]
0 commit comments