first commit
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user