mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 02:19:56 +08:00
* !44 comment * !39 添加下行日志打印 * !36 扩展计价领域模型 * !35 webui 初步成型 * !34 webui 初步成型
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/sanbing/mvn:3.9.9-jdk21 AS base
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/sanbing/openjdk:21-bullseye AS base
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN mvn -U -B -T 0.8C clean install -DskipTests \
|
||||
RUN mvn -U -B -T 4 clean compile -DskipTests \
|
||||
&& rm -rf /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user