Files
stalwart/tests/docker/pebble/Dockerfile.challtestsrv
Maurus Decimus 0513f5fe57 v0.16.4
2026-05-05 12:14:44 +02:00

6 lines
300 B
Docker

FROM ghcr.io/letsencrypt/pebble-challtestsrv:latest AS upstream
FROM alpine:latest
COPY --from=upstream /app /app
ENTRYPOINT ["/bin/sh", "-c", "HOSTIP=$(getent hosts host.docker.internal 2>/dev/null | awk '{print $1}' | head -n1); exec /app -defaultIPv6 \"\" -defaultIPv4 \"${HOSTIP:-127.0.0.1}\""]