fixed nats healthcheck
This commit is contained in:
6
ci/prod/compose/Dockerfile.nats
Normal file
6
ci/prod/compose/Dockerfile.nats
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user