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

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

This reverts commit 0cd7f8e368de1f3df5bd3e779b6a25bdf26e934f.

* Update prod
This commit is contained in:
Florian Forster 2020-05-27 13:50:08 +02:00 committed by GitHub
parent 0cd7f8e368
commit 2741a2b973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]