From 0ffe2b46f075aa40e14b2af0bffbb1b14205a45f Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 29 Apr 2024 00:39:28 +0200 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2446e81..9c05cda 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 /go/src/codeberg.org/codeberg/pages/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