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