Initial Phase 4 deploy test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
EXPOSE 80
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user