dummyhttp 1.1.3

Super simple HTTP server that replies with a fixed body and a fixed response code
1
2
3
FROM docker.io/ubuntu
COPY --chmod=755 dummyhttp /app/
ENTRYPOINT ["/app/dummyhttp"]