chore: update itworks pipeline

This commit is contained in:
claude-bot
2026-06-06 14:19:16 +02:00
parent 0e319af97b
commit 8e89569d01
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
FROM nginx:1.31.1-alpine
RUN apk update && \
apk upgrade --no-cache libxml2
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80