Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-10-14 11:52:17 +00:00
parent 7a29d18494
commit 8e5561b80d

View File

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