Update Dockerfile

This commit is contained in:
Lukas M 2018-12-30 22:01:28 +01:00 committed by GitHub
parent ce634bfd08
commit f8008e8614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ WORKDIR /
HEALTHCHECK --interval=12s --timeout=12s --start-period=30s \
CMD curl --fail http://localhost:80/api/1/healthcheck | grep -q ok || exit 1
USER lemur
USER root
ENTRYPOINT ["/entrypoint"]