From 07ddba7832547f2ff9ef6d043676bd8f1906480c Mon Sep 17 00:00:00 2001 From: claude-bot Date: Tue, 14 Apr 2026 07:13:28 +0200 Subject: [PATCH] chore: update itworks pipeline --- Dockerfile | 3 +++ index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 Dockerfile create mode 100644 index.html diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5ebe438 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY index.html /usr/share/nginx/html/index.html +EXPOSE 80 diff --git a/index.html b/index.html new file mode 100644 index 0000000..cd02a98 --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ + + + + + + It works + + + +
+

It works!

+

Pipeline Docker → Harbor → Portainer OK

+
+
+ + +