Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-27 17:19:02 +00:00
parent 4ede06b99e
commit 75e762ac6c

View File

@@ -63,7 +63,7 @@ docker-build:
alias: docker
variables:
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://docker:2375
DOCKER_HOST: tcp://localhost:2375
DOCKER_TLS_CERTDIR: ""
script:
- docker build -t centrum-api:latest -f Api/Dockerfile .