diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..666f298 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY public /usr/share/nginx/html \ No newline at end of file diff --git a/config/nginx.conf b/config/nginx.conf new file mode 100644 index 0000000..e69de29 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..fae3f0c --- /dev/null +++ b/public/index.html @@ -0,0 +1,8 @@ + + +Hello World + +

🚀 Hello from GitOps!

+

Deployed via Argo CD. Commit SHA: {{ .Commit }}

+ + \ No newline at end of file