chore: update port so it doesn't conflict with sso

This commit is contained in:
Hafizh A. Y
2025-09-30 16:48:05 +07:00
parent 94a6d41a61
commit dbc1f79a36
19 changed files with 668 additions and 37 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ RUN go mod download
# Copy source code
COPY . .
EXPOSE 8080
EXPOSE 8081
CMD ["air", "-c", ".air.toml"]