hio/Dockerfile.in
hyung-hwan 7ec3ba3ab7 added --enable-all-static and --with-all-static-libs to ease full static binary builds for selected commands
fixed a bug where the client socket is kept when keep-alive is set. it should have been closed if client EOF is detected regardless of keep-alive
touched up debug messages in http-file.c
2022-10-08 16:47:55 +09:00

6 lines
81 B
Docker

FROM scratch
ADD hio-webs.tar /
CMD [ "/bin/hio-webs", "0.0.0.0:80", "/data" ]