mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2024-11-10 02:13:53 +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/
|