dummyhttp 0.6.1

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