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