2
0

feat: enhance docker run env

This commit is contained in:
zhangsz
2024-12-30 12:06:02 +08:00
parent f5723b3106
commit 0207122187
25 changed files with 133 additions and 114 deletions

View File

@@ -3,8 +3,8 @@ FROM nginx
# author
MAINTAINER wfc
# 工作目录
WORKDIR /home/wfc/portal
WORKDIR /opt/wfc/portal
# 复制conf文件到路径
COPY ./conf/nginx.conf /etc/nginx/nginx.conf
# 复制html文件到路径
COPY ./html /home/wfc/portal
COPY ./html /opt/wfc/portal