🎉 init: 初始化项目文件,包括环境变量、Dockerfile、Compose配置和启动脚本
This commit is contained in:
9
Containerfile
Normal file
9
Containerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM zerotier/zerotier:latest
|
||||
|
||||
EXPOSE 9993/udp
|
||||
|
||||
COPY startup.sh /startup.sh
|
||||
ENTRYPOINT [ "/startup.sh" ]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user