From 654b5d807bb9cc0ce896a3b95404998c04ab0ef9 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 3 Oct 2022 13:00:04 +0700 Subject: [PATCH] Updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4da18c..1a176ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ VOLUME ["/opt/cubetiq", "/data"] ARG API_BUILD_DIR=api/build # Copy the app bundle to the workdir -COPY --from=builder /app/${API_BUILD_DIR}/libs/*.jar ./api.jar +COPY --from=builder /app/${API_BUILD_DIR}/libs/api-0.0.1-SNAPSHOT.jar ./api.jar # App profile will run with ENV PROFILE=dev