mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2025-09-02 06:39:24 +00:00
init
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
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"]
|
Reference in New Issue
Block a user