|
|
@ -3,5 +3,5 @@ FROM nginx:WIN-1.25.3 |
|
|
|
|
|
|
|
WORKDIR /opt/sfms3.0 |
|
|
|
COPY nginx.conf /usr/local/nginx/conf/nginx.conf |
|
|
|
# 将dist文件中的内容复制到 /opt/sfms3.0-view 这个目录下面 |
|
|
|
COPY dist/ /opt/sfms3.0-view |
|
|
|
# 将dist文件中的内容复制到 /opt/sfms3.0-go-view 这个目录下面 |
|
|
|
COPY dist/ /opt/sfms3.0-go-view |
|
|
|