refactor: 优化 Docker 部署配置

This commit is contained in:
2025-08-28 20:35:19 +08:00
parent f2258d821b
commit cb3184e9f1
4 changed files with 23 additions and 28 deletions

View File

@@ -3,8 +3,6 @@
# 若对镜像大小有严格要求,可将当前镜像替换为 alpine 版本
FROM bellsoft/liberica-openjdk-debian:17.0.14
MAINTAINER Charles7c charles7c@126.com
ARG JAR_FILE=*.jar
COPY ${JAR_FILE} /app/bin/app.jar
WORKDIR /app/bin