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