2
0

fix: Specify redis and nginx docker image verson

This commit is contained in:
zhangsz
2025-02-06 15:20:37 +08:00
parent 1979383e20
commit 2c7e8f8aa7
4 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
# 基础镜像
FROM nginx
FROM nginx:1.27.4
# 工作目录
WORKDIR /opt/wfc/portal
# 复制conf文件到路径