This commit is contained in:
Nuno Duque Nunes 2026-05-18 03:52:54 +01:00
commit 643fb6e551
2 changed files with 8 additions and 0 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html

6
index.html Normal file
View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<h1>Deploy pipeline works!</h1>
</body>
</html>