File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed
Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -7,40 +7,40 @@ attributes:
77 che-editor : vscode
88components :
99- container :
10- args :
11- - tail
12- - -f
13- - /dev/null
14- endpoints :
15- - name : https-python
16- protocol : https
17- targetPort : 5000
18- - exposure : none
19- name : debug
20- targetPort : 5858
21- env :
22- - name : ADMIN
23- value : " http://opensesame.shared-config.svc.cluster.local:3000/opensesame"
24- - name : DEBUG_PORT
25- value : " 5858"
26- image : image-registry.openshift-image-registry.svc.cluster.local:5000/openshift/devspaces-dotnet-python:latest
27- mountSources : true
10+ args :
11+ - tail
12+ - -f
13+ - /dev/null
14+ endpoints :
15+ - name : https-python
16+ protocol : https
17+ targetPort : 5000
18+ - exposure : none
19+ name : debug
20+ targetPort : 5858
21+ env :
22+ - name : ADMIN
23+ value : " http://opensesame.shared-config.svc.cluster.local:3000/opensesame"
24+ - name : DEBUG_PORT
25+ value : " 5858"
26+ image : image-registry.openshift-image-registry.svc.cluster.local:5000/openshift/devspaces-dotnet-python:latest
27+ mountSources : true
2828 name : py
2929
3030commands :
3131- exec :
32- commandLine : pip install -r requirements.txt
33- component : py
34- group :
35- isDefault : true
36- kind : build
37- workingDir : ${PROJECT_SOURCE}
38- id : pip-install-requirements
32+ commandLine : pip install -r requirements.txt
33+ component : py
34+ group :
35+ isDefault : true
36+ kind : build
37+ workingDir : ${PROJECT_SOURCE}
38+ id : pip-install-requirements
3939- exec :
40- commandLine : flask run --host=0.0.0.0 --port=5000
41- component : py
42- group :
43- isDefault : true
44- kind : run
45- workingDir : ${PROJECT_SOURCE}
40+ commandLine : flask run --host=0.0.0.0 --port=5000
41+ component : py
42+ group :
43+ isDefault : true
44+ kind : run
45+ workingDir : ${PROJECT_SOURCE}
4646 id : run-python
You can’t perform that action at this time.
0 commit comments