Update Dockerfile

This commit is contained in:
2022-06-17 03:31:53 +06:00
committed by GitHub
parent dcb3665adc
commit 6a203863c7

View File

@@ -2,6 +2,7 @@ FROM adoptopenjdk/openjdk11
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 ./local.config.json /telegram_bot/