소스 검색

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



불러오는 중...
취소
저장