Add an .env file for the website.

This commit is contained in:
2025-06-16 15:32:47 -06:00
parent a90bf8bf28
commit 811442cd94

View File

@ -0,0 +1,8 @@
# This file should be renamed '.env' and have any private values modified.
## 2025-06-16
## Performance Notes for Enabling BAKE
# Compose by itself takes about 35s to build this project.
# Enabling this setting first cause the build to take 80s.
# Subsequent builds consistently take less than 2 seconds.
COMPOSE_BAKE=true