Revert "disable login and console in docker" (#140)

* Revert "disable login and console in docker (#138)"

This reverts commit 0cd7f8e368.

* Update prod
This commit is contained in:
Florian Forster
2020-05-27 13:50:08 +02:00
committed by GitHub
parent 0cd7f8e368
commit 2741a2b973

View File

@@ -11,5 +11,4 @@ COPY --from=prepare /etc/passwd /etc/passwd
COPY --from=prepare / /
USER zitadel
HEALTHCHECK NONE
ENTRYPOINT ["/zitadel", "-login=false", "-console=false"]
## TODO enable CMD
ENTRYPOINT ["/zitadel"]