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