From c224063963e4379b03f60a3bb6e579a0216b36d1 Mon Sep 17 00:00:00 2001 From: Clemens Zagler Date: Fri, 11 Oct 2024 16:17:51 +0200 Subject: [PATCH] CICD otp-react --- infrastructure/docker-compose.build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/docker-compose.build.yml b/infrastructure/docker-compose.build.yml index 1b8886fb..f9e63ab0 100644 --- a/infrastructure/docker-compose.build.yml +++ b/infrastructure/docker-compose.build.yml @@ -21,6 +21,11 @@ services: build: context: ../ dockerfile: infrastructure/docker/otp/Dockerfile + otp-react: + image: ${DOCKER_IMAGE_OTP_REACT}:${DOCKER_TAG} + build: + context: ../ + dockerfile: infrastructure/docker/otp-react/Dockerfile gbfs: image: ${DOCKER_IMAGE_GBFS}:${DOCKER_TAG} build: