mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
copy
This commit is contained in:
parent
04f923af5d
commit
11a962beb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
COPY --from=build /go/src/codeberg.org/codeberg/pages/pages /pages
|
||||
COPY --from=build \
|
||||
/etc/ssl/certs/ca-certificates.crt \
|
||||
/etc/ssl/certs/ca-certificates.crt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue