Обновить Dockerfile

pull/4/head
YurijO 2025-02-20 17:25:04 +03:00
parent 85750edf1b
commit c8b12afae1
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ WORKDIR /app
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/exporter /app/exporter COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/exporter /app/exporter
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
EXPOSE 9100
CMD ["/app/exporter"] CMD ["/app/exporter"]