From 7c510139c1092300da2a035de304c66f63997944 Mon Sep 17 00:00:00 2001 From: Rishabh Shah Date: Mon, 10 Mar 2025 17:48:04 -0400 Subject: [PATCH 1/2] changes --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c5e4a7..c44808e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,5 @@ EXPOSE 8080 # Run the API Gateway. # Cloud Run will set PORT, so we use that environment variable. -# CMD ["python", "backend/api_gateway/api_gateway.py"] -CMD ["./start-services.sh"] \ No newline at end of file +CMD ["python", "backend/api_gateway/api_gateway.py"] +# CMD ["./start-services.sh"] \ No newline at end of file From a331349feb118a3acf83b835720fb182f7d7a6d5 Mon Sep 17 00:00:00 2001 From: Rishabh Shah Date: Mon, 10 Mar 2025 17:49:46 -0400 Subject: [PATCH 2/2] Revert "changed dockerfile" This reverts commit 61dcd3bed495048b22b7e4609a3f46549835ade1. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c44808e..3c5e4a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,5 @@ EXPOSE 8080 # Run the API Gateway. # Cloud Run will set PORT, so we use that environment variable. -CMD ["python", "backend/api_gateway/api_gateway.py"] -# CMD ["./start-services.sh"] \ No newline at end of file +# CMD ["python", "backend/api_gateway/api_gateway.py"] +CMD ["./start-services.sh"] \ No newline at end of file