make maven quiet when building
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m4s
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m4s
This commit is contained in:
parent
3da1f61605
commit
b17cf903e6
@ -8,7 +8,7 @@ WORKDIR /home/container
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build the jar
|
# 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
|
# Stage 2: Create the final lightweight image
|
||||||
FROM eclipse-temurin:17.0.11_9-jre-focal
|
FROM eclipse-temurin:17.0.11_9-jre-focal
|
||||||
|
@ -3,4 +3,5 @@ An API designed to provide real-time access to a user's Discord data.
|
|||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [ ] Caching
|
- [ ] Caching
|
||||||
|
- [ ] WebSockets
|
||||||
- [ ] User account for extra account? (about me, connections, etc)
|
- [ ] User account for extra account? (about me, connections, etc)
|
Loading…
x
Reference in New Issue
Block a user