From b381d6e661bd9eb91206934e4b3b8d9c98c06fe0 Mon Sep 17 00:00:00 2001 From: Gorka Benguria <gorka.benguria@tecnalia.com> Date: Thu, 19 May 2022 21:28:49 +0200 Subject: [PATCH] changes eber by urbanite_noise_computation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ada437dc..d47f74f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,5 +35,5 @@ ENV DASHBOARD_BASE_URL=http://localhost:4200 \ DASHBOARD_CTRL_API_BASE_URL=http://localhost:8085 \ BUS_OD_API_BASE_URL=http://localhost:8000/busesod \ BIKETRAJECTORY_API_BASE_URL=http://localhost:8000/urbanite_biketrajectories \ - NOISECOMPUTATION_API_BASE_URL=http://localhost:8002/eber + NOISECOMPUTATION_API_BASE_URL=http://localhost:8002/urbanite_noise_computation -- GitLab