mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-25 08:15:47 +00:00
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
#### BUILDER IMAGE -- quite big one ####
|
#### BUILDER IMAGE -- quite big one ####
|
||||||
FROM paritytech/ci-linux:production as builder
|
FROM paritytech/musl-ci-linux as builder
|
||||||
LABEL maintainer="Parity Technologies"
|
LABEL maintainer="Parity Technologies"
|
||||||
LABEL description="Polkadot Telemetry backend builder image"
|
LABEL description="Polkadot Telemetry backend builder image"
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ ARG PROFILE=release
|
|||||||
WORKDIR /usr/local/bin
|
WORKDIR /usr/local/bin
|
||||||
|
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=builder /app/target/$PROFILE/telemetry /usr/local/bin
|
COPY --from=builder /app/target/x86_64-unknown-linux-musl/$PROFILE/telemetry /usr/local/bin
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user