mirror of
https://github.com/gabehf/sonarr-seadex-proxy.git
synced 2026-03-16 10:45:54 -07:00
fix: copy ssl certs to minimal docker image
This commit is contained in:
parent
fabb36bea8
commit
b3d8c546ec
1 changed files with 1 additions and 0 deletions
|
|
@ -6,5 +6,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -o seadex-proxy main.go
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=build /build/seadex-proxy /seadex-proxy
|
COPY --from=build /build/seadex-proxy /seadex-proxy
|
||||||
|
COPY --from=build /etc/ssl/certs /etc/ssl/certs
|
||||||
ENTRYPOINT ["/seadex-proxy"]
|
ENTRYPOINT ["/seadex-proxy"]
|
||||||
EXPOSE 6778
|
EXPOSE 6778
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue