g3w-suite/g3w-suite-docker

Check or add some info about the `DEV` environment variable

Raruto opened this issue · 0 comments

As per v3.4, this is what is currently reported in the /scripts/docker-entrypoint.sh file:

# When building in dev env you might want a clean build each time.
if [[ -z "${DEV}" ]]; then
rm -rf /shared-volume/build_done
fi

Check if the variable is still in use or else give us some information on where it is actually set.

NB the following published compose files do not list any DEV variables: