Persist jwt_secret in config file (#5353)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
tofarr
2024-12-13 11:05:19 -07:00
committed by GitHub
parent 9c950f499e
commit d782bdf691
4 changed files with 24 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ ENV USE_HOST_NETWORK=false
ENV WORKSPACE_BASE=/opt/workspace_base
ENV OPENHANDS_BUILD_VERSION=$OPENHANDS_BUILD_VERSION
ENV SANDBOX_USER_ID=0
ENV FILE_STORE=local
ENV FILE_STORE_PATH=~/.openhands
RUN mkdir -p $WORKSPACE_BASE
RUN apt-get update -y \