修改docker-compose

This commit is contained in:
三丙
2024-11-28 10:59:33 +08:00
parent dd8b01fe59
commit 5817cba8c6
5 changed files with 4 additions and 4 deletions

11
docker/base.Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
#
FROM registry.cn-hangzhou.aliyuncs.com/sanbing/mvn:3.9.9-jdk21 AS base
WORKDIR /app
COPY . .
RUN mvn -U -B -T 0.8C clean install -DskipTests
RUN rm -rf /app