🚚 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

@@ -7,4 +7,4 @@ TAG=${TAG?Variable not set} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
sh ./scripts/build.sh
docker-compose -f docker-compose.yml push
docker compose -f compose.yml push