mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08: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
|