fix: 修改docker端口
Some checks failed
iot-test-platform CI/CD / build-and-deploy (push) Failing after 2s

This commit is contained in:
lzh
2026-01-16 22:45:52 +08:00
parent cb6874b942
commit fca723f95c

View File

@@ -19,7 +19,7 @@ COPY --from=build /app/target/*.jar app.jar
# Expose Web Port and JT808 TCP Port
EXPOSE 8080
EXPOSE 20048
EXPOSE 8091
# Run the application
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-Duser.timezone=Asia/Shanghai","-jar","app.jar"]