fixing pipe [last]

This commit is contained in:
José Henrique 2025-05-31 10:52:13 -03:00
parent d6de162695
commit 8c621e14dd

View File

@ -61,5 +61,5 @@ jobs:
# Pull only the new frontend image, then restart that service
docker compose pull frontend
docker compose up -d frontend
docker compose up frontend -d
EOF