fix(ci): rename Dockerfile.nginx to Dockerfile.proxy to match workflow matrix

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-02 09:09:52 +07:00
co-authored by Claude Opus 4.8
parent bf0d0090c9
commit 6010319486
+7
View File
@@ -0,0 +1,7 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]