hio/Dockerfile.in

7 lines
104 B
Docker
Raw Normal View History

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