TelegramBotAPI-bot_template/Dockerfile

8 lines
141 B
Docker
Raw Normal View History

2021-11-21 14:51:56 +00:00
FROM adoptopenjdk/openjdk11
USER 1000
ENTRYPOINT ["/telegram_bot/bin/telegram_bot", "TOKEN"]
ADD ./build/distributions/telegram_bot.tar /