diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 02100ff..ab36d3e 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -Eeuo pipefail -if [ ! $DEVELOPMENT ]; then +if [ -z "${DEVELOPMENT-}" ]; then echo >&2 "-------------------------------------------------------------" echo >&2 "- Repopulating web root with application files."