diff --git a/DiscordBot/Dockerfile b/DiscordBot/Dockerfile index eb45665..f4a0646 100644 --- a/DiscordBot/Dockerfile +++ b/DiscordBot/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /home/container COPY . . # Build the app -RUN mvn clean package -q -T4C +RUN mvn clean package -T4C # Start the app CMD ["java", "-jar", "target/DiscordBot.jar"] \ No newline at end of file