Files
sendico/ci/prod/compose/nats.dockerfile
Stephan D 20e8f9acc4
All checks were successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
fixed nats healthcheck
2025-11-07 16:31:50 +01:00

7 lines
212 B
Docker

FROM docker.io/library/busybox:1.36.1-musl AS busybox
FROM docker.io/library/nats:latest
COPY --from=busybox /bin/busybox /bin/busybox
COPY --from=busybox /bin/sh /bin/sh
COPY --from=busybox /bin/wget /bin/wget