Skip to content

Commit 616b890

Browse files
committed
update for official python images
1 parent 608e1c7 commit 616b890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)