mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-19 10:26:43 +00:00
pull ca-cert from previous container
This commit is contained in:
parent
23c5c6679e
commit
d56ddd6409
@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/terorie/od-database-crawler
|
|||||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /go/od-database-crawler .
|
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /go/od-database-crawler .
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY script/ca-certificates.crt /etc/ssl/certs/
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=builder /go/od-database-crawler /go/
|
COPY --from=builder /go/od-database-crawler /go/
|
||||||
VOLUME [ "/go" ]
|
VOLUME [ "/go" ]
|
||||||
CMD ["/go/od-database-crawler", "server"]
|
CMD ["/go/od-database-crawler", "server"]
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user