mc-router/Dockerfile
2018-05-09 18:37:15 -05:00

3 lines
55 B
Docker

FROM scratch
COPY mc-router /
ENTRYPOINT ["/mc-router"]