fix: restore nginx.conf, bake into nginx image for /api/ proxy

This commit is contained in:
Ada
2026-04-06 10:07:50 -04:00
parent c9e2c91a6b
commit 1153ad4989
2 changed files with 20 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
FROM nginx:alpine
COPY www /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf