feat: add traefik integration for error-handler

TODO: fix css
This commit is contained in:
2026-01-21 20:14:02 +01:00
parent 9f86bd1142
commit 95f0afbbee
10 changed files with 15 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
COPY html /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]