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