Browse Source

统一文件名

master_hella_20240701
liuchen864 5 months ago
parent
commit
fb073ad09a
  1. 2
      Dockerfile_prod
  2. 0
      nginx_prod.conf

2
Dockerfile_hella → Dockerfile_prod

@ -2,6 +2,6 @@
FROM win-nginx FROM win-nginx
WORKDIR /opt/sfms3.0 WORKDIR /opt/sfms3.0
COPY nginx_hella.conf /usr/local/nginx/conf/nginx.conf COPY nginx_prod.conf /usr/local/nginx/conf/nginx.conf
# 将dist文件中的内容复制到 /opt/sfms3.0 这个目录下面 # 将dist文件中的内容复制到 /opt/sfms3.0 这个目录下面
COPY sfms3.0/ /opt/sfms3.0 COPY sfms3.0/ /opt/sfms3.0

0
nginx_hella.conf → nginx_prod.conf

Loading…
Cancel
Save