mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-14 10:15:33 +01:00
9 lines
256 B
Docker
9 lines
256 B
Docker
FROM scratch
|
|
|
|
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
|
LABEL org.opencontainers.image.title="mc-router"
|
|
LABEL org.opencontainers.image.source="https://github.com/itzg/mc-router"
|
|
|
|
COPY mc-router /
|
|
ENTRYPOINT ["/mc-router"]
|