Skip to content

Commit

Permalink
chore(docker): preserve history between sessions (#7269)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Mar 11, 2023
1 parent 82df8da commit 0cff92b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
security_opt:
- seccomp:unconfined
stdin_open: true
environment:
HISTFILE: /home/opam/dune/.git/.bash_history
volumes:
- ../:/home/opam/dune
- _build:/home/opam/dune/_build/
Expand Down

0 comments on commit 0cff92b

Please sign in to comment.