Pre Merge pull request !289 from 云飞扬/N/A

This commit is contained in:
云飞扬 2024-01-11 07:48:20 +00:00 committed by Gitee
commit 74f197d8ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 3 deletions

View File

@ -10,6 +10,4 @@ RUN mkdir -p /home/ruoyi/projects/ruoyi-ui
# 指定路径 # 指定路径
WORKDIR /home/ruoyi/projects/ruoyi-ui WORKDIR /home/ruoyi/projects/ruoyi-ui
# 复制conf文件到路径 # 复制conf文件到路径
COPY ./conf/nginx.conf /etc/nginx/nginx.conf COPY ./conf/nginx.conf /etc/nginx/nginx.conf
# 复制html文件到路径
COPY ./html/dist /home/ruoyi/projects/ruoyi-ui