mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2024-11-22 00:03:53 +00:00
10 lines
213 B
Docker
10 lines
213 B
Docker
|
FROM java:8
|
||
|
|
||
|
USER 1000
|
||
|
|
||
|
ADD ./build/distributions/configurable_inline_telegram_bot.tar /
|
||
|
|
||
|
VOLUME /config.json
|
||
|
|
||
|
ENTRYPOINT ["/configurable_inline_telegram_bot/bin/configurable_inline_telegram_bot", "/config.json"]
|