misc: fix all lint and check issues
All checks were successful
build / docker (push) Successful in 49s

This commit is contained in:
2025-02-20 12:22:24 +01:00
parent 97da619ba3
commit 0136a46326
9 changed files with 40 additions and 29 deletions

View File

@ -15,6 +15,6 @@ RUN npm run build
FROM docker.io/library/nginx:1.27.2
# Enable 404.html page
RUN sed -i '12s/#//' /etc/nginx/conf.d/default.conf && cat /etc/nginx/conf.d/default.conf
RUN sed -i '12s/#//' /etc/nginx/conf.d/default.conf
COPY --from=builder /app-builder/build /usr/share/nginx/html