update 优化 !pr359 完成 powerjob 集成

This commit is contained in:
疯狂的狮子Li
2023-06-17 00:24:08 +08:00
parent effd504d48
commit bda0e0ec64
23 changed files with 235 additions and 266 deletions

View File

@ -0,0 +1,13 @@
FROM findepi/graalvm:java17-native
MAINTAINER Lion Li
RUN mkdir -p /ruoyi/powerjob/logs
WORKDIR /ruoyi/powerjob
EXPOSE 7700
ADD ./target/ruoyi-powerjob-server.jar ./app.jar
ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"]