File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
5252 watch :
5353 - action : sync+restart
5454 path : ./runtimes/eoapi/stac/eoapi
55- target : /opt/bitnami/python/ lib/python3.11 /site-packages/eoapi
55+ target : /usr/local/ lib/python3.12 /site-packages/eoapi
5656 - action : rebuild
5757 path : ./runtimes/eoapi/stac
5858 volumes :
@@ -102,7 +102,7 @@ services:
102102 watch :
103103 - action : sync+restart
104104 path : ./runtimes/eoapi/raster/eoapi
105- target : /opt/bitnami/python/ lib/python3.11 /site-packages/eoapi
105+ target : /usr/local/ lib/python3.12 /site-packages/eoapi
106106 - action : rebuild
107107 path : ./runtimes/eoapi/raster
108108 volumes :
@@ -135,7 +135,7 @@ services:
135135 watch :
136136 - action : sync+restart
137137 path : ./runtimes/eoapi/vector/eoapi
138- target : /opt/bitnami/python/ lib/python3.11 /site-packages/eoapi
138+ target : /usr/local/ lib/python3.12 /site-packages/eoapi
139139 - action : rebuild
140140 path : ./runtimes/eoapi/vector
141141 depends_on :
You can’t perform that action at this time.
0 commit comments