Compare commits

..

2 الالتزامات

المؤلف SHA1 الرسالة التاريخ
ahmedgamalyousef
93c2563079 Updating .ghaymah.json File
نجحت جميع الفحوصات
/ build_and_push_image (push) Successful in 19s
/ deploy (push) Successful in 52s
2025-10-09 22:39:21 +03:00
ahmedgamalyousef
ceaab4c295 Updating DockerFile & .ghaymah.json File 2025-10-09 22:38:58 +03:00
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

@@ -5,7 +5,7 @@
"ports": [
{
"expose": true,
"number": 80
"number": 8080
}
],
"publicAccess": {

عرض الملف

@@ -2,4 +2,4 @@ FROM nginx:latest
COPY index.html /usr/share/nginx/html
EXPOSE 80
EXPOSE 8080