This website requires JavaScript.
Explore
Help
Sign in
playground
/
docker-claude
Watch
1
Star
0
Fork
You've already forked docker-claude
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
docker-claude
/
.dockerignore
10 lines
81 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
initial
2026-04-14 20:11:24 +02:00
.env
fix(dockerfile): scrub npm auth tokens written during image build npm automatically picks up GITHUB_TOKEN / NPM_TOKEN from the build environment and writes them as _authToken entries in /root/.npmrc and /usr/local/etc/npmrc during 'npm install -g'. Add a cleanup RUN step that removes any npmrc file containing auth tokens before the image is finalised, and explicitly deletes the two most common registry auth keys via 'npm config delete'. Also add .npmrc to .dockerignore as an extra guard against accidentally COPY-ing a local credential file into the build context. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 16:37:00 +02:00
.npmrc
initial
2026-04-14 20:11:24 +02:00
*.log
.git
README.md
claude.sh
.gitignore
.env.example
.dockerignore
Reference in a new issue
Copy permalink