mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
8 lines
199 B
Docker
8 lines
199 B
Docker
# 基础镜像
|
|
FROM nacos/nacos-server
|
|
# author
|
|
LABEL org.opencontainers.image.authors="ruoyi"
|
|
|
|
# 复制conf文件到路径
|
|
COPY ./conf/application.properties /home/nacos/conf/application.properties
|