We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a26db commit 1001e3dCopy full SHA for 1001e3d
1 file changed
README.md
@@ -263,6 +263,7 @@ Docker is a great option for self-hosting with full control over your environmen
263
### Step-by-step instructions for deploying with Docker
264
265
1. Clone the repository:
266
+
267
```bash
268
git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
269
cd github-readme-streak-stats
@@ -273,11 +274,13 @@ Docker is a great option for self-hosting with full control over your environmen
273
274
3. Scroll to the bottom and click "Generate token"
275
276
4. Build the Docker image:
277
278
279
docker build -t streak-stats .
280
```
281
282
5. Run the container with your GitHub token:
283
284
285
docker run -d -p 8080:80 -e TOKEN=your_github_token_here streak-stats
286
0 commit comments