From 9803d65415d78b27472cc5be9fe1b2eb20d7db89 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 29 Jan 2025 08:29:35 +0100 Subject: [PATCH] build: refs #6695 try run front --- docker-compose.e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index a92bc6bdc..7bf6576bb 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -1,6 +1,7 @@ +version: '3.7' services: front: - image: $REGISTRY/salix-frontend:$VERSION + image: registry.verdnatura.es/salix-frontend:${VERSION:?} command: quasar serve --history --proxy ./proxy.mjs --hostname localhost --port 9000 build: context: .