fix: 修改docker端口
Some checks failed
iot-test-platform CI/CD / build-and-deploy (push) Failing after 2s
Some checks failed
iot-test-platform CI/CD / build-and-deploy (push) Failing after 2s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user