dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
The 'filter().findAny().isPresent()' chain can be replaced with 'anyMatch()'
runphp
2022-02-11
155eb55953450e3076b4bb3ed506c0169a22c82a
[sgd.git]
/
docker
/
nacos
/
dockerfile
1
2
3
4
5
6
7
# 基础镜像
FROM nacos/nacos-server
# author
MAINTAINER ruoyi
# 复制conf文件到路径
COPY ./conf/application.properties /home/nacos/conf/application.properties