mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-11 11:20:18 +01:00
Add SSL CA Certificates to the image to allow access to S3 Buckets with active HTTPS
This commit is contained in:
parent
9355bab9d4
commit
818e5bc444
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ FROM scratch AS final
|
|||
LABEL maintainer="Andrea Spacca <andrea.spacca@gmail.com>"
|
||||
|
||||
COPY --from=build /go/bin/transfersh /go/bin/transfersh
|
||||
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue