diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh new file mode 100755 index 00000000..b690c147 --- /dev/null +++ b/docker/scripts/build.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# Put any arguments into the `TRAME_BUILD` variable +# This is so you can do things like `/opt/trame/build.sh no_www venv`, etc. +export TRAME_BUILD="$*" +export TRAME_BUILD_ONLY=1 + +/opt/trame/entrypoint.sh