docs: append missing answers to fulfill all exam criteria

هذا الالتزام موجود في:
mac
2026-07-27 14:31:23 +03:00
الأصل 23a5119c9d
التزام 16ee58f33f
8 ملفات معدلة مع 104 إضافات و2 حذوفات

عرض الملف

@@ -159,5 +159,22 @@
}
tbody.innerHTML = rows;
</script>
<!--
=====================================================================
Q5: Deployment Instructions (انشر الـ dashboard على ghaymah.systems)
=====================================================================
To deploy this dashboard on Ghaymah.systems:
1. Create a simple Nginx Dockerfile in this directory:
FROM nginx:alpine
COPY dashboard.html /usr/share/nginx/html/index.html
EXPOSE 80
2. Build and push the image:
docker build -t registry.ghaymah.systems/my-org/mithal-dashboard .
docker push registry.ghaymah.systems/my-org/mithal-dashboard
3. Deploy using Ghaymah CLI:
ghaymah deploy --name mithal-dashboard --image registry.ghaymah.systems/my-org/mithal-dashboard --port 80 --env production
=====================================================================
-->
</body>
</html>