This commit is contained in:
pat-s 2024-04-29 00:39:28 +02:00
parent 11a962beb9
commit 0ffe2b46f0
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 1 additions and 1 deletions

View File

@ -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