refactor: migrate loyalty-agent and loyalty-mcp-server components to a new modular structure with updated specs and frontend integration.
This commit is contained in:
6
loyalty-agent/Dockerfile
Normal file
6
loyalty-agent/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM eclipse-temurin:25-jre-alpine
|
||||
VOLUME /tmp
|
||||
ARG JAR_FILE=target/*.jar
|
||||
COPY ${JAR_FILE} app.jar
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["java","-jar","/app.jar"]
|
||||
Reference in New Issue
Block a user