From c4540a13970e7aaf15c1b4552885ac95afa2704c Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Fri, 10 May 2024 06:33:40 -0500 Subject: [PATCH] cmake fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81b7e39..dfc2581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN apk add --no-cache build-base COPY --from=build-env /anthracite /anthracite COPY --from=build-env /www /www COPY --from=build-env /error_pages /error_pages -CMD ["/anthracite"] +CMD ["/anthracite-bin"]