From aedd28431dc08870dc038d6050bf5ebf466e633c Mon Sep 17 00:00:00 2001 From: Dert1129 Date: Thu, 6 Oct 2022 14:51:41 -0400 Subject: [PATCH] updated Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1465a31..53c2635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,5 @@ ARG DEPENDENCY=target/dependency COPY ${DEPENDENCY}/BOOT-INF/lib /app/lib COPY ${DEPENDENCY}/META-INF /app/META-INF COPY ${DEPENDENCY}/BOOT-INF/classes /app -RUN echo '* * * * * java -cp /app:/app/lib/* org.kpmp.FailedPackageChecker' >> /etc/crontabs/root -CMD crond && java -cp /app:app/lib/* org.kpmp.Application \ No newline at end of file +CMD java -cp /app:app/lib/* org.kpmp.eridanus.Application \ No newline at end of file