From 778527807d39acb4bd8f0becf203844ec3f41855 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Fri, 14 Apr 2023 17:16:03 +0500 Subject: [PATCH] bingtg build and logs --- bingtg-logs.cgi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bingtg-logs.cgi diff --git a/bingtg-logs.cgi b/bingtg-logs.cgi new file mode 100755 index 0000000..c515c14 --- /dev/null +++ b/bingtg-logs.cgi @@ -0,0 +1,10 @@ +#!/bin/bash + +source .env +DOCKER_RUN_PATH=$BING_TG_DOCKER_RUN_PATH + +echo "Content-type: text/plain" +echo "" + + +docker compose -f $DOCKER_RUN_PATH/docker-compose.yml logs