diff --git a/sf-ui/Dockerfile b/sf-ui/Dockerfile index ab69170..9aff0c3 100644 --- a/sf-ui/Dockerfile +++ b/sf-ui/Dockerfile @@ -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