This website requires JavaScript.
Explore
Help
Sign In
hyung-hwan
/
hio
Watch
1
Star
0
Fork
0
You've already forked hio
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4687484fc8
hio
/
Dockerfile.in
6 lines
81 B
Docker
Raw
Normal View
History
Unescape
Escape
added the hio-webs command added the extension size parameter to hio_svc_htts_start() added the docker build step
2022-10-07 05:08:40 +00:00
FROM
scratch
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 07:47:55 +00:00
ADD
hio-webs.tar /
added the hio-webs command added the extension size parameter to hio_svc_htts_start() added the docker build step
2022-10-07 05:08:40 +00:00
CMD
[
"/bin/hio-webs"
,
"0.0.0.0:80"
,
"/data"
]
Reference in New Issue
Copy Permalink