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
263263### Step-by-step instructions for deploying with Docker
264264
2652651 . Clone the repository:
266+
266267 ``` bash
267268 git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
268269 cd github-readme-streak-stats
@@ -273,11 +274,13 @@ Docker is a great option for self-hosting with full control over your environmen
2732743 . Scroll to the bottom and click "Generate token"
274275
2752764 . Build the Docker image:
277+
276278 ``` bash
277279 docker build -t streak-stats .
278280 ```
279281
2802825 . Run the container with your GitHub token:
283+
281284 ``` bash
282285 docker run -d -p 8080:80 -e TOKEN=your_github_token_here streak-stats
283286 ```
You can’t perform that action at this time.
0 commit comments