PlaguPoster/runner/Dockerfile

8 lines
179 B
Docker
Raw Normal View History

2023-03-12 16:56:20 +00:00
FROM bellsoft/liberica-openjdk-alpine:19
2022-09-04 09:46:45 +00:00
USER 1000
ENTRYPOINT ["/plaguposter.runner/bin/plaguposter.runner", "/config.json"]
ADD ./build/distributions/plaguposter.runner.tar /