mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2024-11-22 08:03:47 +00:00
9 lines
206 B
Docker
9 lines
206 B
Docker
|
FROM adoptopenjdk/openjdk11
|
||
|
|
||
|
USER 1000
|
||
|
|
||
|
ENTRYPOINT ["/telegram_bot/bin/telegram_bot", "/telegram_bot/local.config.json"]
|
||
|
|
||
|
ADD ./build/distributions/telegram_bot.tar /
|
||
|
ADD ./local.config.json /telegram_bot/
|