mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-06-07 22:49:02 +00:00
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
# 基础镜像
|
|
FROM nacos/nacos-server
|
|
# author
|
|
MAINTAINER ruoyi
|
|
|
|
# 复制conf文件到路径
|
|
COPY ./conf/application.properties /home/nacos/conf/application.properties
|