-
Notifications
You must be signed in to change notification settings - Fork 572
Add Docker support with Dockerfile and docker-compose.yml #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Docker support with Dockerfile and docker-compose.yml #40
Conversation
…DME for production setup
|
@adityak74 does this work for you ? I don't believe it would easily work as the cwd that is defined in the ~/.Claude/projects jsonl filesa is the absolute path for the host. So the docker image needs to have the exact same path available for it to work. |
|
Popped in here to see if anyone was working on Docker support, and here it is! Can't wait. Let me know if you are looking for an outside set of eyes on the implementation. |
|
@aslaker I wasn't able to verify yet if it's working on not. Only thing I'm concerned about is the ability to work on local folders given the project relies on the cwd of the .claude/projects/[project]/session.jsonl files. And that cwd would be usually the host one while claude code would run inside the container. Would be great if you could test that. |
|
@adityak74 @viper151 waiting for this PR to get merged . Happy to help with testing once its done. Do tag me once its ready. Thanks |
|
@adityak74
|


This PR adds docker setup for the application.