Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-29 00:35:05 +02:00
committed by GitHub
parent ae363d6fad
commit 398170b69b

View File

@ -88,3 +88,5 @@ EXPOSE 1880
HEALTHCHECK CMD curl http://localhost:1880/ || exit 1 HEALTHCHECK CMD curl http://localhost:1880/ || exit 1
ENTRYPOINT ["npm", "start", "--", "--userDir", "/data"] ENTRYPOINT ["npm", "start", "--", "--userDir", "/data"]
USER root