Skip to content

Commit

Permalink
otp-react-redux: disable also build
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 28, 2024
1 parent e60ca44 commit 082091e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infrastructure/docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ services:
- CHARGER_BASEURL=${CHARGER_BASEURL}
- CARSHARING_BASEURL=${CARSHARING_BASEURL}
- TRAFFIC_BASEURL=${TRAFFIC_BASEURL}
otp-react-redux:
image: ${DOCKER_IMAGE_OTP_REACT_REDUX}:${DOCKER_TAG}
build:
context: ../
dockerfile: infrastructure/docker/otp-react-redux/Dockerfile
# otp-react-redux:
# image: ${DOCKER_IMAGE_OTP_REACT_REDUX}:${DOCKER_TAG}
# build:
# context: ../
# dockerfile: infrastructure/docker/otp-react-redux/Dockerfile
otp:
image: ${DOCKER_IMAGE_OTP}:${DOCKER_TAG}
build:
Expand Down

0 comments on commit 082091e

Please sign in to comment.