From 7c32ba877c59899532d0509d6be97737691a9cbc Mon Sep 17 00:00:00 2001 From: prasannakumar Date: Tue, 25 Jun 2024 10:15:07 +0530 Subject: [PATCH] added docker stage --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5d3eeed32..dda268014 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,3 +23,5 @@ logging.level.org.springframework=INFO # Maximum time static resources should be cached spring.web.resources.cache.cachecontrol.max-age=12h + +server.port=8000 \ No newline at end of file