Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-29 00:40:02 +02:00
committed by GitHub
parent 009eb35a66
commit 78da453887

View File

@ -88,5 +88,3 @@ 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