Skip to content

Commit

Permalink
Merge pull request #46 from vespa-engine/aressem/point-cli-dirs-to-tmp
Browse files Browse the repository at this point in the history
Set the vespa-cli directories to use /tmp as the vespa user do not ha…
  • Loading branch information
Arnstein Ressem authored Mar 22, 2023
2 parents 8bd69c0 + 8e466f7 commit e1cb0f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ LABEL org.opencontainers.image.authors="Vespa (https://vespa.ai)" \

ENV VESPA_LOG_STDOUT="true"
ENV VESPA_LOG_FORMAT="vespa"
ENV VESPA_CLI_HOME=/tmp/.vespa
ENV VESPA_CLI_CACHE_DIR=/tmp/.cache/vespa

USER vespa

Expand Down

0 comments on commit e1cb0f8

Please sign in to comment.