Procházet zdrojové kódy

Add SSL CA Certificates to the image to allow access to S3 Buckets with active HTTPS

tags/v1.1.0
Alexander Lauster před 4 roky
rodič
revize
818e5bc444
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile Zobrazit soubor

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



Načítá se…
Zrušit
Uložit