uquic/example/Dockerfile
2016-04-29 12:04:34 +02:00

9 lines
134 B
Docker

FROM scratch
VOLUME /certs
VOLUME /www
EXPOSE 6121
ADD main /main
CMD ["/main", "-bind=0.0.0.0", "-certpath=/certs/", "-www=/www"]