aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/docker-entrypoint.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 15:08:26 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 15:08:26 +0000
commit0c8c603662d84974bfc681509694c27df404e7bf (patch)
treeb70d9d2860ddf5a2474f3ee10f2f8033deeb0e47 /telebot/docker-entrypoint.sh
parentremoved travis (diff)
downloadhived-0c8c603662d84974bfc681509694c27df404e7bf.tar.gz
hived-0c8c603662d84974bfc681509694c27df404e7bf.zip
restructuring WIP
Diffstat (limited to 'telebot/docker-entrypoint.sh')
-rwxr-xr-xtelebot/docker-entrypoint.sh4
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" "$@"