mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-25 12:05:14 +01:00
5 lines
102 B
Docker
5 lines
102 B
Docker
ARG TARGETPLATFORM
|
|
FROM --platform=$TARGETPLATFORM scratch
|
|
COPY mc-router /
|
|
ENTRYPOINT ["/mc-router"]
|