From f03589622687bbd8e0e901522107d64baac6be10 Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:13:35 -0700 Subject: [PATCH] add script to access shell in container --- scripts/shell.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/shell.sh diff --git a/scripts/shell.sh b/scripts/shell.sh new file mode 100755 index 0000000..3e6ec22 --- /dev/null +++ b/scripts/shell.sh @@ -0,0 +1,2 @@ +#!/bin/sh +sudo docker exec -it bot sh