commit 643fb6e5515d7ab28761fb1087fae3524eb0426e Author: Nuno Duque Nunes Date: Mon May 18 03:52:54 2026 +0100 files diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6de08c0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY index.html /usr/share/nginx/html/index.html \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2d86f26 --- /dev/null +++ b/index.html @@ -0,0 +1,6 @@ + + + +

Deploy pipeline works!

+ + \ No newline at end of file