From 04f923af5dce1ea17efd06cefceea72f426802da Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 29 Apr 2024 00:22:31 +0200 Subject: [PATCH] fix copy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c668cc7..52a3c6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ FROM scratch # Copy the built binary and the CA certificates from the build container to the final container -COPY --from=build /src/pages-* /pages +COPY --from=build /go/src/codeberg.org/codeberg/pages /pages COPY --from=build \ /etc/ssl/certs/ca-certificates.crt \ /etc/ssl/certs/ca-certificates.crt