From ceaab4c2954ab28d8dfb4059d8b8a638dbf0e625 Mon Sep 17 00:00:00 2001 From: ahmedgamalyousef Date: Thu, 9 Oct 2025 22:38:58 +0300 Subject: [PATCH] Updating DockerFile & .ghaymah.json File --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74a7a75..c561dde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM nginx:latest COPY index.html /usr/share/nginx/html -EXPOSE 80 +EXPOSE 8080