mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-24 13:48:49 +08:00
COPY SSL Certs From Alpine (#1839)
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
This commit is contained in:
parent
892015a60f
commit
7ffc14b279
@ -1,4 +1,5 @@
|
||||
FROM scratch
|
||||
ARG SVC
|
||||
COPY mainflux-$SVC /exe
|
||||
COPY --from=alpine:latest /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
ENTRYPOINT ["/exe"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user