mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-04 15:23:46 +00:00
8 lines
166 B
Docker
8 lines
166 B
Docker
FROM adoptopenjdk/openjdk11
|
|
|
|
USER 1000
|
|
|
|
ENTRYPOINT ["/plaguposter.runner/bin/plaguposter.runner", "/config.json"]
|
|
|
|
ADD ./build/distributions/plaguposter.runner.tar /
|