diff --git a/bin/compile b/bin/compile index 36ab17c..ddd32b5 100755 --- a/bin/compile +++ b/bin/compile @@ -17,7 +17,11 @@ # # - The desired Python VM is available on the base system. # - Library dependencies are available on the base system. -# - Django applications +# - Django applications should not require additional configuration. + +#
+ +# ## Context # Fail fast and fail hard. set -eo pipefail