Cleanup folders & hotfixes on ci/cd
Run Tests on Branches / Backend Tests (push) Failing after 3m0s
Run Tests on Branches / Frontend Tests (push) Successful in 2m10s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-06 16:36:57 +02:00
parent 190b3d163d
commit ed741104ba
363 changed files with 24899 additions and 54423 deletions
+3 -3
View File
@@ -17,10 +17,10 @@ services:
image: git.hacecalor.net/ichitux/farmafinder-backend:latest
build:
context: .
dockerfile: backend/Dockerfile
dockerfile: apps/backend/Dockerfile
restart: unless-stopped
env_file:
- ./backend/.env
- ./apps/backend/.env
ports:
- "3001:3001"
environment:
@@ -49,7 +49,7 @@ services:
frontend:
image: git.hacecalor.net/ichitux/farmafinder-frontend:latest
build:
context: ./frontend
context: ./apps/frontend
args:
VITE_FARO_ENDPOINT: ${VITE_FARO_ENDPOINT:-http://localhost:4318}
VITE_FARO_APP_NAME: ${VITE_FARO_APP_NAME:-farmafinder-frontend}