hyung-hwan
913bb7e0b7
added the extension size parameter to hio_svc_htts_start() added the docker build step
7 lines
104 B
Docker
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" ]
|