commit ec1844f313dca39cce795bb8165e4b0922c52e66 Author: Codex Phase 4 Date: Thu Jun 4 18:20:24 2026 +0700 Initial Phase 4 deploy test 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..479a78e --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ + + +Phase 4 Autodeploy Test +

Phase 4 Autodeploy Test

version: v1

+