From ec12b0f9283941b43169400a7c155dec4082108c Mon Sep 17 00:00:00 2001 From: MAILLAL Anas Date: Tue, 18 Mar 2025 22:36:43 +0100 Subject: [PATCH] added branch for integrating backend api calls into frontend application --- front/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/front/Dockerfile b/front/Dockerfile index 2a8d3c0..2ba948b 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -37,3 +37,4 @@ EXPOSE 80 # Set the entry point to the shell script ENTRYPOINT ["/start.sh"] +