feat(N/A):配置Dockerfile

This commit is contained in:
2025-11-02 21:58:38 +08:00
parent 39c9d14c9c
commit 3150b2d89e
+1 -1
View File
@@ -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