feat: distroless image

This commit is contained in:
Stavros
2025-10-07 15:03:53 +03:00
parent 720f387908
commit 1ee0cee171
5 changed files with 236 additions and 17 deletions

View File

@@ -51,4 +51,6 @@ EXPOSE 3000
VOLUME ["/data"]
ENTRYPOINT ["./tinyauth"]
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD ["/tinyauth/tinyauth", "healthcheck"]
ENTRYPOINT ["tinyauth"]