liuchen
10 months ago
5 changed files with 9 additions and 7 deletions
@ -1,5 +1,7 @@ |
|||||
# 设置基础镜像 |
# 设置基础镜像 |
||||
FROM nginx |
FROM nginx |
||||
# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面 |
|
||||
COPY dist/ /usr/share/nginx/html/ |
WORKDIR /opt/sfms3.0 |
||||
COPY nginx.conf /etc/nginx/nginx.conf |
COPY nginx.conf /etc/nginx/nginx.conf |
||||
|
# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面 |
||||
|
COPY sfms3.0/ /opt/sfms3.0 |
||||
|
Loading…
Reference in new issue