File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ Docker is a great option for self-hosting with full control over your environmen
263
263
### Step-by-step instructions for deploying with Docker
264
264
265
265
1 . Clone the repository:
266
+
266
267
``` bash
267
268
git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
268
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"
274
275
275
276
4 . Build the Docker image:
277
+
276
278
``` bash
277
279
docker build -t streak-stats .
278
280
```
279
281
280
282
5 . Run the container with your GitHub token:
283
+
281
284
``` bash
282
285
docker run -d -p 8080:80 -e TOKEN=your_github_token_here streak-stats
283
286
```
You can’t perform that action at this time.
0 commit comments