Skip to content

Commit abf2760

Browse files
committed
wip
1 parent f71254a commit abf2760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- CLOUDFLARE_API_TOKEN=${ENV_SECRET_CLOUDFLARE_API_TOKEN:-""}
3636
- WRANGLER_SEND_METRICS=false
3737
- ASTRO_TELEMETRY_DISABLED=1
38-
env_file: .env
38+
env_file: "{.env:-env.template}"
3939
command: ${COMPOSE_COMMAND:-bash}
4040

4141
# Service `dev` is for local development and not on a CI/CD where there could be port conflict

0 commit comments

Comments
 (0)