aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:50:18 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:50:18 +0100
commita554959eef680d0da0b97f9cab1f399a3ba7ec67 (patch)
tree926b3cf54f8ea6c1987c071b3595bd72a6aad5e5
parentuse `--progress plain` with docker-compose build (diff)
downloadcgitize-a554959eef680d0da0b97f9cab1f399a3ba7ec67.tar.gz
cgitize-a554959eef680d0da0b97f9cab1f399a3ba7ec67.zip
remove dead code
-rwxr-xr-xdocker/entrypoint.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index fc3417b..786bcc6 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -12,7 +12,6 @@ script_dir="$( dirname -- "${BASH_SOURCE[0]}" )"
script_dir="$( cd -- "$script_dir" && pwd )"
readonly script_dir
-readonly base_dir=/usr/src
readonly cfg_path=/etc/cgitize/cgitize.toml
secure_repo_dir() {