File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ services:
46
46
- DB_MAX_CONN_SIZE=10
47
47
depends_on :
48
48
- database
49
- command : bash -c "bash /tmp/scripts/wait-for-it.sh -t 120 -h database -p 5432 && /start.sh"
49
+ command : bash -c "bash /tmp/scripts/wait-for-it.sh -t 120 -h database -p 5432 && /start-reload .sh"
50
50
volumes :
51
51
- ./dockerfiles/scripts:/tmp/scripts
52
+ - ./runtime/eoapi/stac:/app/stac
52
53
53
54
titiler-pgstac :
54
55
# At the time of writing, rasterio and psycopg wheels are not available for arm64 arch
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ FROM ghcr.io/vincentsarago/uvicorn-gunicorn:${PYTHON_VERSION}
4
4
5
5
ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
6
6
7
- COPY runtime/eoapi/stac /tmp/stac
8
- RUN pip install /tmp/stac
9
- RUN rm -rf /tmp/stac
7
+ COPY runtime/eoapi/stac /app/stac
8
+ RUN pip install -e /app/stac
10
9
11
10
ENV MODULE_NAME eoapi.stac.app
12
11
ENV VARIABLE_NAME app
You can’t perform that action at this time.
0 commit comments