Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kripper committed Jan 26, 2025
1 parent 316f6c5 commit df368cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/dev/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export BACKEND_HOST="0.0.0.0"
export SANDBOX_USER_ID=$(id -u)
export WORKSPACE_BASE=${WORKSPACE_BASE:-$OPENHANDS_WORKSPACE/workspace}

# Required for HEREDOC support
export DOCKER_BUILDKIT=1

docker compose run --rm --service-ports "$@" dev

##

0 comments on commit df368cc

Please sign in to comment.