fix: tinyauth path in dockerfiles

This commit is contained in:
Stavros
2025-10-07 15:25:17 +03:00
parent adb1a9bee5
commit 2cc6b6bdbb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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