Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Docker/code/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# FROM nginx:1.23.0-alpine
# COPY /public /usr/share/nginx/html
# CMD ["nginx", "-g", "daemon off;"]
FROM nginx:1.23.0-alpine
COPY /public /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]
2 changes: 1 addition & 1 deletion Docker/code/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<title>Docker Workshop</title>
</head>
<body>
<h1>Welcome to Docker Workshop</h1>
<h1>Welcome to Docker johnson..!</h1>
</body>
</html>