mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2024-11-21 15:43:46 +00:00
add default dockerfile
This commit is contained in:
parent
4c7e4f375a
commit
8983eff109
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM adoptopenjdk/openjdk11
|
||||||
|
|
||||||
|
ADD ./build/distributions/booru_grabber_bot.tar /
|
||||||
|
RUN chown -R 1000:1000 "/booru_grabber_bot"
|
||||||
|
|
||||||
|
USER 1000
|
||||||
|
|
||||||
|
ENTRYPOINT ["/booru_grabber_bot/bin/booru_grabber_bot", "/booru_grabber_bot/config.json"]
|
Loading…
Reference in New Issue
Block a user