chore: use nginx-micro to make the docs image 13 MB

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-09 19:57:41 +00:00
parent fa3fbfb0a5
commit 6104af3ddb
2 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,6 @@ COPY . .
RUN npm ci && npm run build
FROM docker.io/library/nginx:alpine
COPY --from=build /app/build /usr/share/nginx/html
FROM ghcr.io/xe/nginx-micro
COPY --from=build /app/build /www
LABEL org.opencontainers.image.source="https://github.com/TecharoHQ/anubis"