Compare commits
2 الالتزامات
e0ba0b1254
...
9bb1a85944
| المؤلف | SHA1 | التاريخ | |
|---|---|---|---|
|
|
9bb1a85944 | ||
|
|
ccc7dc7970 |
20
.ghaymah.json
Normal file
20
.ghaymah.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "eb1b607d-2f98-465c-a288-5523387c69ea",
|
||||
"name": "ghaymahci-cicd",
|
||||
"projectId": "49288893-8ec8-424e-a79a-a1e4166f3e6f",
|
||||
"ports": [
|
||||
{
|
||||
"expose": true,
|
||||
"number": 80
|
||||
}
|
||||
],
|
||||
"publicAccess": {
|
||||
"enabled": true,
|
||||
"domain": "auto"
|
||||
},
|
||||
"resourceTier": "t1",
|
||||
"container": {
|
||||
"image": "firstcicd:latest",
|
||||
"pullSecretName": ""
|
||||
}
|
||||
}
|
||||
1
.gitignore
مباع
Normal file
1
.gitignore
مباع
Normal file
@@ -0,0 +1 @@
|
||||
.history
|
||||
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM nginx:latest
|
||||
|
||||
COPY index.html /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
المرجع في مشكلة جديدة
حظر مستخدم