* add nginx.conf

* updata nginx.conf
This commit is contained in:
dreamer6680
2025-04-18 14:47:11 +08:00
committed by GitHub
parent d71f4cee19
commit b4aeaf10ae
2 changed files with 54 additions and 1 deletions

View File

@@ -9,4 +9,6 @@ FROM fholzer/nginx-brotli:latest
LABEL org.opencontainers.image.source https://github.com/labring/FastGPT
COPY --from=builder /app/hugo/public /usr/share/nginx/html
COPY --from=builder /app/hugo/public /usr/share/nginx/html
COPY ./docSite/nginx.conf /etc/nginx/conf.d/default.conf