🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 16:09:07 -04:00
parent 3c497c8821
commit 1c9cfb9d09
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Set bash options
[ -n "$DEBUG" ] && set -x
set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DOCKER_PORT="8082"
DOCKER_HOST="$(ip route | awk '/default/ { print $3 }')"
export TZ="${TZ:-America/New_York}"