chore: align analytics port with ecs runtime

This commit is contained in:
lingniu
2026-07-01 17:31:47 +08:00
parent fe4ed5e88f
commit 96b8474182
8 changed files with 25 additions and 23 deletions

View File

@@ -14,6 +14,6 @@ RUN apt-get update \
WORKDIR /app
COPY modules/apps/${APP_NAME}/target/${APP_NAME}.jar /app/app.jar
EXPOSE 20100 20200 20300 20400 20500 32960 808
EXPOSE 20100 20200 20310 20400 20500 32960 808
ENTRYPOINT ["sh", "-c", "exec java $JAVA_OPTS -jar /app/app.jar"]