Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-10-19 17:39:42 +00:00
parent dea59357c3
commit 147700ab82

View File

@@ -30,7 +30,7 @@ docker-build:
DOCKER_TLS_CERTDIR: ""
before_script:
- docker info
- ip link set eth0 mtu 1200
- ip a
script:
- 'sed -i "s|\"apiEndpoint\": \"[^\"]*\"|\"apiEndpoint\": \"https\:\/\/""$PUBLIC_WEB_URL""\"|" Web/public/config.json'