fix(dev): default port :8080 → :8090
Unblock local dev: Keycloak owns :8080, so tenant-registry shifts to :8090. Prod is functionally unchanged. Refs: M5.1
This commit was merged in pull request #5.
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ FROM gcr.io/distroless/static-debian12:nonroot
|
||||
WORKDIR /
|
||||
COPY --from=build /out/tenant-registry /tenant-registry
|
||||
USER nonroot:nonroot
|
||||
EXPOSE 8080
|
||||
EXPOSE 8090
|
||||
ENTRYPOINT ["/tenant-registry"]
|
||||
|
||||
Reference in New Issue
Block a user