Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-27 17:31:08 +00:00
parent 0e4bbea454
commit fd10c53dfb

View File

@@ -66,6 +66,7 @@ docker-build:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
before_script:
- ip a
- docker info
script:
- docker build -t centrum-api:latest -f Api/Dockerfile .