mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Add generic Dockerfile
Signed-off-by: Yan Minari <yangm97@gmail.com>
This commit is contained in:
parent
2b11ded2a2
commit
51623ec83d
1 changed files with 9 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
contrib/docker/scratch/Dockerfile
|
|
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM scratch
|
||||||
|
|
||||||
|
ENV XDG_RUNTIME_DIR /
|
||||||
|
|
||||||
|
COPY yggdrasil /
|
||||||
|
|
||||||
|
ENTRYPOINT ["/yggdrasil"]
|
||||||
|
|
||||||
|
CMD ["-autoconf"]
|
Loading…
Add table
Add a link
Reference in a new issue