fix: update server port to 8080 in Dockerfile and application properties
Some checks failed
Release and Build Docker Images / release-and-build (push) Has been cancelled

This commit is contained in:
almazlar
2026-02-22 17:29:04 +03:00
parent c1c326aa5d
commit d9e69e03ad
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
server.port=8082
server.port=8080
server.servlet.context-path=/api
spring.application.name=backend