Fix Docker build context path in CI configuration and add Dockerfile for multi-stage build #5

This commit is contained in:
Marek Lesko
2025-07-27 17:47:10 +00:00
parent fd10c53dfb
commit d5b870530a
2 changed files with 25 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ docker-build:
- ip a
- docker info
script:
- docker build -t centrum-api:latest -f Api/Dockerfile .
- docker build -t centrum-api:latest -f Dockerfile .
docker-deploy:
stage: release