访问端口调整

This commit is contained in:
akun 2024-04-09 10:12:20 +08:00
parent 71af75c087
commit c35aeb87e4

View File

@ -1,4 +1,4 @@
FROM registry.zsmarter.com/public/nginx:1.22.1
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
COPY ./sf-ui/dist /app/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./nginx.conf /etc/nginx/nginx.conf