mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2024-11-22 00:03:54 +00:00
Update Dockerfile
This commit is contained in:
parent
dcb3665adc
commit
6a203863c7
@ -2,6 +2,7 @@ FROM adoptopenjdk/openjdk11
|
|||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
||||||
ENTRYPOINT ["/telegram_bot/bin/telegram_bot", "TOKEN"]
|
ENTRYPOINT ["/telegram_bot/bin/telegram_bot", "/telegram_bot/local.config.json"]
|
||||||
|
|
||||||
ADD ./build/distributions/telegram_bot.tar /
|
ADD ./build/distributions/telegram_bot.tar /
|
||||||
|
ADD ./local.config.json /telegram_bot/
|
||||||
|
Loading…
Reference in New Issue
Block a user