hyung-hwan
7ec3ba3ab7
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
6 lines
81 B
Docker
6 lines
81 B
Docker
FROM scratch
|
|
|
|
ADD hio-webs.tar /
|
|
|
|
CMD [ "/bin/hio-webs", "0.0.0.0:80", "/data" ]
|