fixed port exposure
This commit is contained in:
@@ -38,6 +38,6 @@ COPY api/gateway/tron/env /app/env
|
||||
COPY api/gateway/tron/entrypoint.sh /app/entrypoint.sh
|
||||
COPY --from=build /out/tron-gateway /app/tron-gateway
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
EXPOSE 50071 9407
|
||||
EXPOSE 50071 9408
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
CMD ["/app/tron-gateway","--config.file","/app/config.yml"]
|
||||
|
||||
Reference in New Issue
Block a user