fix(ci): correct nginx conf path in Dockerfile.proxy

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-02 09:26:47 +07:00
co-authored by Claude Opus 4.8
parent 6010319486
commit 8c4b32f5e1
+1 -1
View File
@@ -1,6 +1,6 @@
FROM nginx:alpine FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY infra/docker/nginx/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80 EXPOSE 80