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