Initial Phase 4 deploy test

This commit is contained in:
Codex Phase 4
2026-06-04 18:20:24 +07:00
commit ec1844f313
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80
+5
View File
@@ -0,0 +1,5 @@
<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>Phase 4 Autodeploy Test</title></head>
<body><h1>Phase 4 Autodeploy Test</h1><p>version: v1</p></body>
</html>