Merge pull request 'bugfix/main-09-RemoveVersion' (#10) from bugfix/main-09-RemoveVersion into main
All checks were successful
Espetos-CD-Multibranch/pipeline/head This commit looks good

Reviewed-on: #10
This commit was merged in pull request #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 "FRONTEND_TAG=${BUILD_NUMBER}" >> .env
docker compose up -d
docker-compose up -d
'''
}
}

View File

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