mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-24 11:55:24 +01:00
5 lines
126 B
Docker
5 lines
126 B
Docker
FROM scratch
|
|
COPY mc-router /
|
|
# create a temp directory for k8s library logging
|
|
COPY README.md /tmp/
|
|
ENTRYPOINT ["/mc-router"] |