feat(N/A):配置Dockerfile

This commit is contained in:
guo
2025-11-02 21:45:58 +08:00
parent 39c9d14c9c
commit 3150b2d89e
+1 -1
View File
@@ -4,7 +4,7 @@ FROM nginx:alpine
RUN apk add --no-cache curl RUN apk add --no-cache curl
COPY dist/ /usr/share/nginx/html/ COPY dist/ /usr/share/nginx/html/
RUN chmod -R 755 /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80 EXPOSE 80