Files
smart_storage_java/xxl-job/open.Dockerfile

3 lines
135 B
Docker
Raw Normal View History

2025-06-30 10:11:32 +08:00
FROM jenkins/jenkins
ADD target/xxl-job.jar /xxl-job.jar
ENTRYPOINT ["java","-jar","/xxl-job.jar","--spring.profiles.active=open","-c"]