Added docker file and html
هذا الالتزام موجود في:
2
container-example/Dockerfile
Normal file
2
container-example/Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
FROM nginx:alpine
|
||||||
|
COPY src/. /usr/share/nginx/html/
|
12
container-example/src/index.html
Normal file
12
container-example/src/index.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Hello World</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Hello from a container!
|
||||||
|
</body>
|
||||||
|
</html>
|
المرجع في مشكلة جديدة
حظر مستخدم