zhang_li
8 months ago
2 changed files with 4 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||
# 设置基础镜像 |
|||
FROM win-nginx |
|||
|
|||
WORKDIR /opt/eam-uniapp |
|||
WORKDIR /opt/eam-pda |
|||
COPY nginx.conf /usr/local/nginx/conf/nginx.conf |
|||
# 将dist/build/h5/文件中的内容复制到 /opt/eam-uniapp 这个目录下面 |
|||
COPY dist/build/h5/ /opt/eam-uniapp |
|||
# 将dist/build/h5/文件中的内容复制到 /opt/eam-pda 这个目录下面 |
|||
COPY dist/build/h5/ /opt/eam-pda |
|||
|
Loading…
Reference in new issue