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