Add Nextcloud Dockerfile #4

Merged
me merged 8 commits from dev into main 2025-06-16 16:41:45 -07:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit 811442cd94 - Show all commits

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