We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e560ad commit 17fcbd2Copy full SHA for 17fcbd2
README.md
@@ -67,7 +67,7 @@ Then access the app at [http://localhost:8501](http://localhost:8501)
67
docker build -t ats-cover-letter-generator .
68
69
# Run the container
70
-docker run -d -p 8501:8501 -e GROQ_API_KEY=your_groq_api_key_here ats-cover-letter-generator
+docker run -p 8501:8501 --env-file .env ats-cover-letter-generator
71
```
72
73
### **☁️ Streamlit Cloud**
0 commit comments