Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
added the build config for the workbench ui (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jul 4, 2023
1 parent 21c3693 commit 440f04d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion build/build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,17 @@ config:
image-name: "service-request"
dockerfile: "build/maven/Dockerfile"
- work-dir: "core-services/service-request/src/main/resources/db"
image-name: "service-request-db"
image-name: "service-request-db"

# frontend
- name: builds/Core-Platform/accelerators/workbench-ui
build:
- work-dir: accelerators/frontend/micro-ui/
dockerfile: accelerators/frontend/micro-ui/web/docker/Dockerfile
image-name: workbench-ui

- name: builds/Core-Platform/accelerators/digit-ui
build:
- work-dir: accelerators/frontend/micro-ui/
dockerfile: accelerators/frontend/micro-ui/web/docker/Dockerfile
image-name: digit-ui

0 comments on commit 440f04d

Please sign in to comment.