diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 15:08:26 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 15:08:26 +0000 |
commit | 0c8c603662d84974bfc681509694c27df404e7bf (patch) | |
tree | b70d9d2860ddf5a2474f3ee10f2f8033deeb0e47 /telebot/docker-entrypoint.sh | |
parent | removed travis (diff) | |
download | hived-0c8c603662d84974bfc681509694c27df404e7bf.tar.gz hived-0c8c603662d84974bfc681509694c27df404e7bf.zip |
restructuring WIP
Diffstat (limited to 'telebot/docker-entrypoint.sh')
-rwxr-xr-x | telebot/docker-entrypoint.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/telebot/docker-entrypoint.sh b/telebot/docker-entrypoint.sh index 932c9c9..c2a6d0a 100755 --- a/telebot/docker-entrypoint.sh +++ b/telebot/docker-entrypoint.sh @@ -2,7 +2,5 @@ set -ex export $(cat /run/secrets/tg_bot_token) -export $(cat /run/secrets/ch_api_key) -export $(cat /run/secrets/ch_api_secret) -"/hived/hived" "$@" +"/telebot/telebot" "$@" |