mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
11 lines
168 B
Docker
11 lines
168 B
Docker
FROM scratch
|
|
|
|
ENV XDG_RUNTIME_DIR /
|
|
ENV XDG_CONFIG_DIRS /
|
|
|
|
ARG TARGETPLATFORM
|
|
ENV TARGETPLATFORM=$TARGETPLATFORM
|
|
|
|
COPY ${TARGETPLATFORM}/* /
|
|
|
|
ENTRYPOINT ["/yggdrasil"]
|