Skip to content

Commit

Permalink
infra: re-add react-redux build
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 2, 2024
1 parent e394286 commit 1354753
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 1354753

Please sign in to comment.