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 "$@"