production ready?

This commit is contained in:
2022-09-04 15:46:45 +06:00
parent 1e393103c8
commit e8637a2de6
12 changed files with 130 additions and 19 deletions

7
runner/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM adoptopenjdk/openjdk11
USER 1000
ENTRYPOINT ["/plaguposter.runner/bin/plaguposter.runner", "/config.json"]
ADD ./build/distributions/plaguposter.runner.tar /