fixed port exposure

This commit is contained in:
Stephan D
2026-01-31 20:16:01 +01:00
parent fcd86816c6
commit 8469d93cee
7 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ RUN chmod +x /app/entrypoint.sh
# Source code will be mounted at runtime
WORKDIR /src/api/gateway/tron
EXPOSE 50071 9407
EXPOSE 50071 9408
# Use entrypoint wrapper to load vault token
ENTRYPOINT ["/app/entrypoint.sh"]