瀏覽代碼

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

tags/v1.1.0
Alexander Lauster 4 年之前
父節點
當前提交
818e5bc444
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile 查看文件

@@ -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…
取消
儲存