Update Dockerfile
This commit is contained in:
parent
ce634bfd08
commit
f8008e8614
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue