From 63b2e347b2ecadc6a48062e10e0a7e19b6102631 Mon Sep 17 00:00:00 2001 From: soryu Date: Thu, 15 Jan 2026 11:48:00 +0000 Subject: Fixup: experiment with different entrypoint for container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c6f6fa6..d1e7269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,4 +46,4 @@ EXPOSE 8080 HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \ CMD curl -f http://localhost:${PORT}/api/v1/healthcheck || exit 1 -CMD ["/app/makima", "server"] +CMD ["/app/makima"] -- cgit v1.2.3