We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea188c commit c4f334fCopy full SHA for c4f334f
Dockerfile
@@ -28,7 +28,7 @@ COPY deployment/logging_config.yml /opt/elastic_datashader/
28
29
VOLUME ["/opt/elastic_datashader/tms-cache"]
30
ENV DATASHADER_CACHE_DIRECTORY=/opt/elastic_datashader/tms-cache
31
-
+ENV PATH="$PATH:/home/datashader/.local/bin"
32
ENTRYPOINT [ "uvicorn", \
33
"elastic_datashader:app", \
34
"--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