mc-router/Dockerfile
2020-12-25 20:38:24 -06:00

4 lines
56 B
Docker

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