- Change executable from claude-code to claude in startup.sh - Fix .env parsing to handle comments using set -a/source - Add explicit PATH for npm global binaries in Dockerfile - Update scratchpad.md with fix documentation
12 lines
577 B
Plaintext
12 lines
577 B
Plaintext
# ABOUTME: Environment variables for Claude Docker
|
|
# ABOUTME: Copy this to ~/.claude-docker/.env and fill in your values
|
|
|
|
# Optional: Anthropic API key (only needed if not using subscription auth)
|
|
# ANTHROPIC_API_KEY=sk-ant-your_anthropic_api_key_here
|
|
|
|
# Optional: Twilio credentials for SMS notifications via MCP
|
|
# TWILIO_ACCOUNT_SID=your_twilio_sid_here
|
|
# TWILIO_API_KEY=your_twilio_api_key_here
|
|
# TWILIO_API_SECRET=your_twilio_api_secret_here
|
|
# TWILIO_FROM_NUMBER=+1234567890 # Your Twilio phone number
|
|
# TWILIO_TO_NUMBER=+1234567890 # Your personal phone to receive SMS |