cmake fix

This commit is contained in:
Nicholas Orlowsky 2024-05-10 06:33:40 -05:00
parent 207015c944
commit c4540a1397
Signed by: nickorlow
GPG key ID: 838827D8C4611687

View file

@ -11,4 +11,4 @@ RUN apk add --no-cache build-base
COPY --from=build-env /anthracite /anthracite COPY --from=build-env /anthracite /anthracite
COPY --from=build-env /www /www COPY --from=build-env /www /www
COPY --from=build-env /error_pages /error_pages COPY --from=build-env /error_pages /error_pages
CMD ["/anthracite"] CMD ["/anthracite-bin"]