forked from Azure-Samples/image-search-aisearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure.yaml
More file actions
34 lines (34 loc) · 755 Bytes
/
Copy pathazure.yaml
File metadata and controls
34 lines (34 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: ai-chat-app-hack-vision
services:
aca:
project: ./app/backend
language: py
host: containerapp
docker:
remoteBuild: true
mcp:
project: ./app/backend
language: py
host: containerapp
docker:
path: ./Dockerfile.mcp
remoteBuild: true
hooks:
prepackage:
shell: pwsh
run: cd ./app/frontend;npm install;npm run build
interactive: true
continueOnError: false
postprovision:
windows:
shell: pwsh
run: ./scripts/setup_search_service.ps1
interactive: true
continueOnError: false
posix:
shell: sh
run: ./scripts/setup_search_service.sh
interactive: true
continueOnError: false
metadata:
template: image-search-aisearch@0.0.1-beta