Fix tools/call routing and dependency injection for MSA architecture
This commit is contained in:
4
axhub-gateway/Dockerfile
Normal file
4
axhub-gateway/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM eclipse-temurin:21-jdk-alpine
|
||||
WORKDIR /app
|
||||
COPY build/libs/axhub-gateway-0.0.1-SNAPSHOT.jar app.jar
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
Reference in New Issue
Block a user