feat(N/A):配置Dockerfile

This commit is contained in:
guo
2025-11-02 21:45:58 +08:00
parent d09849a41c
commit e750c36345
+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