From 8c621e14ddbc5c80c763fe35ac23ae2e1e66d965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Sat, 31 May 2025 10:52:13 -0300 Subject: [PATCH] fixing pipe [last] --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index d9a0e4e..76b971e 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -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