Skip to content

Commit c4f334f

Browse files
author
Sean Sullivan
committed
add datashader/.local/bin to path for uvicorn executable
1 parent 2ea188c commit c4f334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY deployment/logging_config.yml /opt/elastic_datashader/
2828

2929
VOLUME ["/opt/elastic_datashader/tms-cache"]
3030
ENV DATASHADER_CACHE_DIRECTORY=/opt/elastic_datashader/tms-cache
31-
31+
ENV PATH="$PATH:/home/datashader/.local/bin"
3232
ENTRYPOINT [ "uvicorn", \
3333
"elastic_datashader:app", \
3434
"--ssl-ciphers","!SHA:!SHA256:!CHACHA20:!AESCCM:!ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384", \

0 commit comments

Comments
 (0)