File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,15 @@ yaml-lint: ## Lint yaml files
4747 $(CMD_PREFIX ) yamllint -c .yamllint.yaml deploy --strict
4848
4949# #@ Artifacts - Command to build and publish artifacts
50- ui-image : Containerfile # # Build continaer image for the InstructLab UI
51- $(ECHO_PREFIX ) printf " %-12s Containerfile\n" " [docker]"
52- $(CMD_PREFIX ) docker build -f Containerfile -t ghcr.io/instructlab/ui/ui:$(TAG ) .
50+ ui-image : src/ Containerfile # # Build container image for the InstructLab UI
51+ $(ECHO_PREFIX ) printf " %-12s src/ Containerfile\n" " [docker]"
52+ $(CMD_PREFIX ) docker build -f src/ Containerfile -t ghcr.io/instructlab/ui/ui:$(TAG ) .
5353 $(CMD_PREFIX ) docker tag ghcr.io/instructlab/ui/ui:$(TAG ) ghcr.io/instructlab/ui/ui:main
5454
55- ps-image : Containerfile.ps # # Build continaer image for the pathservice
56- $(ECHO_PREFIX ) printf " %-12s Containerfile.ps\n" " [docker]"
57- $(CMD_PREFIX ) docker build -f Containerfile.ps -t ghcr.io/instructlab/ui/pathservice:$(TAG ) .
55+
56+ ps-image : pathservice/Containerfile # # Build container image for the InstructLab PathService
57+ $(ECHO_PREFIX ) printf " %-12s pathservice/Containerfile\n" " [docker]"
58+ $(CMD_PREFIX ) docker build -f pathservice/Containerfile -t ghcr.io/instructlab/ui/pathservice:$(TAG ) .
5859 $(CMD_PREFIX ) docker tag ghcr.io/instructlab/ui/pathservice:$(TAG ) ghcr.io/instructlab/ui/pathservice:main
5960
6061# #@ Local Dev - Local machine based deployment of the UI stack
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments