9 lines
206 B
Docker
Raw Normal View History

2021-11-21 20:51:56 +06:00
FROM adoptopenjdk/openjdk11
USER 1000
2022-06-17 03:31:53 +06:00
ENTRYPOINT ["/telegram_bot/bin/telegram_bot", "/telegram_bot/local.config.json"]
2021-11-21 20:51:56 +06:00
ADD ./build/distributions/telegram_bot.tar /
2022-06-17 03:31:53 +06:00
ADD ./local.config.json /telegram_bot/