|
@@ -1,12 +1,16 @@
|
|
|
#!/bin/bash
|
|
|
# -*- mode: bash -*-
|
|
|
# vi: ft=bash
|
|
|
+# shellcheck disable=SC2034,SC2148
|
|
|
|
|
|
# Use Dottie (https://github.com/jippi/dottie) to manage this .env file easier!
|
|
|
#
|
|
|
-# @dottie/source .env.docker
|
|
|
+# For example:
|
|
|
#
|
|
|
-# shellcheck disable=SC2034,SC2148
|
|
|
+# Run [dottie update] to update your [.env] file with upstream (as part of upgrade)
|
|
|
+# Run [dottie validate] to validate youe [.env] file
|
|
|
+#
|
|
|
+# @dottie/source .env.docker
|
|
|
|
|
|
################################################################################
|
|
|
# app
|