Jan Rychter

Results 72 comments of Jan Rychter

FWIW, I ended up modifyng the Dockerfile to include the exact version number of the npm package. That lets me rebuild the container and use the updated version.

Yes, of course it is, this is how I run claude code interactively in a docker container: ``` d run -it -e CLAUDE_CONFIG_DIR=/home/node/.claude --volume ~/.config/claude-code:/home/node/.claude --volume .:/workspace jrychter/claude-code claude ```...