FROM harbor.iovhm.com/hub/openjdk:17
COPY  target/mock-dify-1.0.0.jar  /app/mock-dify.jar
EXPOSE  8080
CMD ["java","-jar","/app/mock-dify.jar"]