first commit

This commit is contained in:
2025-09-11 14:11:34 +08:00
parent 3118df026c
commit 3896c4deec
13 changed files with 1834 additions and 144 deletions

View File

@@ -17,8 +17,8 @@ COPY src ./src
# Build the application
RUN ./mvnw clean package -DskipTests
# Expose port 8080
EXPOSE 8080
# Expose port 9090
EXPOSE 9090
# Run the jar file
CMD ["java", "-jar", "target/chat-0.0.1-SNAPSHOT.jar"]