From 3150b2d89e8f670517cd8811bf44836cb54469ff Mon Sep 17 00:00:00 2001 From: guo <1716967236@qq.com> Date: Sun, 2 Nov 2025 21:45:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(N/A):=E9=85=8D=E7=BD=AEDockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f55a2e..d876b6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nginx:alpine RUN apk add --no-cache curl COPY dist/ /usr/share/nginx/html/ - +RUN chmod -R 755 /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80