mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2024-11-04 23:43:51 +00:00
10 lines
229 B
Docker
10 lines
229 B
Docker
FROM adoptopenjdk/openjdk11
|
|
|
|
USER 1000
|
|
|
|
VOLUME /config.json
|
|
|
|
ENTRYPOINT ["/configurable_inline_telegram_bot/bin/configurable_inline_telegram_bot", "/config.json"]
|
|
|
|
ADD ./build/distributions/configurable_inline_telegram_bot.tar /
|