From 5879bdda67373f6e68d4854eaee7c09e550f662f Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Fri, 14 Nov 2025 18:05:32 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2430705..f37f113 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY ./src src/ RUN --mount=type=cache,target=/root/.gradle \ --mount=type=cache,target=/build/build \ ./gradlew distTar -x check -x test --no-daemon --parallel --build-cache && \ - cp build/distributions/*.tar app.tar + mv build/distributions/*.tar app.tar FROM eclipse-temurin:21.0.9_10-jre-alpine AS final ARG UID=10001