Make Maven shut up
Some checks failed
Deploy Discord Bot / docker (17, 3.8.5) (push) Failing after 59s

This commit is contained in:
Braydon 2024-04-24 19:22:00 -04:00
parent 477ac04d91
commit 8b332ab400

@ -7,7 +7,7 @@ WORKDIR /home/container
COPY . .
# Build the app
RUN mvn clean package -T4C
RUN mvn clean package -q -T4C
# Start the app
CMD ["java", "-jar", "target/DiscordBot.jar"]