mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-04 08:49:47 +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"]
|