Skip to content

Commit

Permalink
Added additonal instruction for Docker to avoid Docker accidentally c…
Browse files Browse the repository at this point in the history
…reating a directory (Manually create commit_log.json)
  • Loading branch information
joobert committed Jun 11, 2024
1 parent 2e6c3ac commit e20a462
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ Mitten is a Python script designed to monitor GitHub repositories for new commit
CHECK_INTERVAL=60
```

3. Start the service with Docker Compose:
3. Create an empty `commit_log.json` file:
```sh
touch commit_log.json
```

4. Start the service with Docker Compose:
```sh
docker-compose up -d
```
Expand Down

0 comments on commit e20a462

Please sign in to comment.