Revert "Fix a docker rebuild issue (#88)"

This reverts commit bc145f4caf.
This commit is contained in:
Jon Staab
2026-03-13 12:50:33 -07:00
committed by mplorentz
parent 2e1148e514
commit 6fd2acc332
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ temp_env=$(declare -p -x)
if [ -f .env.template ]; then
source .env.template
fi
if [ -f .env ]; then
source .env
if [ -f .env.local ]; then
source .env.local
fi
# Avoid overwriting env vars provided directly