From 74c285134114afc28c90c8df3b47d33887d64d32 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Fri, 23 Jun 2023 22:01:11 +0800 Subject: [PATCH] revert ATLAS_STATIC since it should be already set --- entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1498f62..7331c69 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -38,6 +38,4 @@ for OPT in "${OPTIONS[@]}"; do fi done -export ATLAS_STATIC="/usr/local/atlas" - exec gosu atlas:atlas "$@"