first commit

This commit is contained in:
zc
2026-02-06 11:10:26 +08:00
commit e2bc4b3f80
898 changed files with 135230 additions and 0 deletions

7
docker/nacos/dockerfile Normal file
View File

@@ -0,0 +1,7 @@
# 基础镜像
FROM nacos/nacos-server
# author
MAINTAINER dcsoft
# 复制conf文件到路径
COPY ./conf/application.properties /home/nacos/conf/application.properties