mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-24 11:55:24 +01:00
3 lines
55 B
Docker
3 lines
55 B
Docker
FROM scratch
|
|
COPY mc-router /
|
|
ENTRYPOINT ["/mc-router"] |