🚚 Rename Docker Compose files to new names, compose.yml (#2106)

This commit is contained in:
Sebastián Ramírez
2026-01-22 08:22:25 -08:00
committed by GitHub
parent 03bca13d17
commit 6ab7a40cdd
13 changed files with 21 additions and 21 deletions

View File

@@ -6,5 +6,5 @@ set -e
TAG=${TAG?Variable not set} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
docker-compose \
-f docker-compose.yml \
-f compose.yml \
build