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