mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-03-13 04:06:52 +08:00
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
# 基础镜像
|
|
FROM nacos/nacos-server:v3.0.2
|
|
# author
|
|
MAINTAINER ruoyi
|
|
|
|
# 复制conf文件到路径
|
|
COPY ./conf/application.properties /home/nacos/conf/application.properties
|