Merge pull request 'bugfix/main-09-RemoveVersion' (#10) from bugfix/main-09-RemoveVersion into main

Reviewed-on: https://openbokeron.uma.es/gitea/OpenBokeron/TallerCiCd/pulls/10
This commit is contained in:
2025-12-21 15:08:02 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ pipeline {
echo "BACKEND_TAG=${BUILD_NUMBER}" > .env echo "BACKEND_TAG=${BUILD_NUMBER}" > .env
echo "FRONTEND_TAG=${BUILD_NUMBER}" >> .env echo "FRONTEND_TAG=${BUILD_NUMBER}" >> .env
docker compose up -d docker-compose up -d
''' '''
} }
} }

View File

@@ -1,5 +1,3 @@
version: "3.9"
services: services:
backend: backend:
build: build: