diff --git a/Dockerfile b/Dockerfile index 3d99143..666eec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /home/container COPY . . # Build the jar -RUN mvn package -T2C -Dmaven.test.skip -DskipTests +RUN mvn package -T2C -q -Dmaven.test.skip -DskipTests # Stage 2: Create the final lightweight image FROM eclipse-temurin:17.0.11_9-jre-focal diff --git a/README.md b/README.md index e2405b4..65d4f09 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ An API designed to provide real-time access to a user's Discord data. ## TODO - [ ] Caching +- [ ] WebSockets - [ ] User account for extra account? (about me, connections, etc) \ No newline at end of file