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:
52
52
watch :
53
53
- action : sync+restart
54
54
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
56
56
- action : rebuild
57
57
path : ./runtimes/eoapi/stac
58
58
volumes :
@@ -102,7 +102,7 @@ services:
102
102
watch :
103
103
- action : sync+restart
104
104
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
106
106
- action : rebuild
107
107
path : ./runtimes/eoapi/raster
108
108
volumes :
@@ -135,7 +135,7 @@ services:
135
135
watch :
136
136
- action : sync+restart
137
137
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
139
139
- action : rebuild
140
140
path : ./runtimes/eoapi/vector
141
141
depends_on :
You can’t perform that action at this time.
0 commit comments