dashboard
repositories
filestore
activity
search
login
main
/
iclient3d-plot-diy-examples
军标项目使用例子
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
更到最新版本
sbjw
2 days ago
8443ee6e9a2613ebb3c26222ffb061d9314e9fe4
[iclient3d-plot-diy-examples.git]
/
Dockerfile
1
2
3
4
5
6
7
8
FROM ubuntu/nginx:1.24-24.04_edge
# 复制自定义配置文件
#COPY nginx.conf /etc/nginx/nginx.conf
#COPY default.conf /etc/nginx/conf.d/default.conf
# 复制网站文件
COPY build /usr/share/nginx/html