hio/Dockerfile.in
hyung-hwan 913bb7e0b7 added the hio-webs command
added the extension size parameter to hio_svc_htts_start()
added the docker build step
2022-10-07 14:08:40 +09:00

7 lines
104 B
Docker

FROM scratch
COPY bin/hio-webs /bin
RUN mkdir -p /data
CMD [ "/bin/hio-webs", "0.0.0.0:80", "/data" ]