mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
9 lines
123 B
Docker
9 lines
123 B
Docker
FROM scratch
|
|
|
|
ENV XDG_RUNTIME_DIR /
|
|
ENV XDG_CONFIG_DIRS /
|
|
|
|
COPY yggdrasil /
|
|
COPY yggdrasilctl /
|
|
|
|
ENTRYPOINT ["/yggdrasil"]
|