From 02eb8a4e462b0271518f34e9aabd97dcd606df67 Mon Sep 17 00:00:00 2001 From: d Date: Sat, 14 Sep 2024 03:58:22 +0800 Subject: [PATCH] xg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd866cc..e84f6ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN ls RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN echo "Asia/Shanghai" > /etc/timezone -ENTRYPOINT ["java","-cp","/app:/app/lib/*","jj.tech.finance.Application","--spring.profiles.active=prod"] \ No newline at end of file +ENTRYPOINT ["java","-cp","/app:/app/lib/*","jj.tech.paolu.Application","--spring.profiles.active=prod"] \ No newline at end of file