no message

This commit is contained in:
2025-10-23 22:09:59 +08:00
parent 362866113a
commit fc29003411
2 changed files with 1 additions and 14 deletions

View File

@ -5,6 +5,6 @@ LABEL maintainer="123879394@qq.com"
WORKDIR /app
# 复制 jar 包
COPY target/*.jar /app.jar
COPY target/*.jar app.jar
# 设置 JVM 参数和启动命令
ENTRYPOINT ["java", "-jar", "-Xms64m", "-Xmx128m", "app.jar"]