File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 "UV_LINK_MODE" : " copy" ,
5252 "UV_PROJECT_ENVIRONMENT" : " /home/vscode/.venv"
5353 },
54- "postCreateCommand" : " sed -i 's/\r $//' ./setupEnv.sh && sh ./setupEnv.sh" ,
54+ "postCreateCommand" : " sed -i 's/\r $//' ./.devcontainer/ setupEnv.sh && sh ./.devcontainer /setupEnv.sh" ,
5555 "remoteEnv" : {
5656 "PYTHONPATH" : " /home/vscode/.venv/bin"
5757 }
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ param minReplicaContainerWeb int = 1
6969@description ('Maximum number of replicas to be added for Container Web App' )
7070param maxReplicaContainerWeb int = 1
7171
72+ @description ('Set this flag to true only if you are deplpoying from Local' )
7273param useLocalBuild string = 'false'
7374
7475var containerImageEndPoint = 'cpscontainerreg.azurecr.io'
Original file line number Diff line number Diff line change 55 "_generator" : {
66 "name" : " bicep" ,
77 "version" : " 0.33.93.31351" ,
8- "templateHash" : " 7836259803917307200 "
8+ "templateHash" : " 5460303258397320349 "
99 }
1010 },
1111 "parameters" : {
124124 },
125125 "useLocalBuild" : {
126126 "type" : " string" ,
127- "defaultValue" : " false"
127+ "defaultValue" : " false" ,
128+ "metadata" : {
129+ "description" : " Set this flag to true only if you are deplpoying from Local"
130+ }
128131 }
129132 },
130133 "variables" : {
You can’t perform that action at this time.
0 commit comments