mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2024-11-14 04:13:52 +00:00
8 lines
141 B
Docker
8 lines
141 B
Docker
FROM adoptopenjdk/openjdk11
|
|
|
|
USER 1000
|
|
|
|
ENTRYPOINT ["/telegram_bot/bin/telegram_bot", "TOKEN"]
|
|
|
|
ADD ./build/distributions/telegram_bot.tar /
|