mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
fix copy
This commit is contained in:
parent
c4c87cf428
commit
04f923af5d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
# Copy the built binary and the CA certificates from the build container to the final container
|
# 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 \
|
COPY --from=build \
|
||||||
/etc/ssl/certs/ca-certificates.crt \
|
/etc/ssl/certs/ca-certificates.crt \
|
||||||
/etc/ssl/certs/ca-certificates.crt
|
/etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue