Skip to content

Commit

Permalink
Added Docker run instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sage <sagedanielr@gmail.com>
  • Loading branch information
dnsge committed Dec 11, 2019
1 parent 43ba69e commit e825c1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# pswatcher
Java program that monitors F1 grades in PowerSchool and sends Telegram messages containing any updates.

### Run via Docker
```shell script
docker pull dnsge/pswatcher:1.0
docker run --name pswatcher --env-file config.env dnsge/pswatcher:1.0
```

### Environment Variables For Configuration:
- USERNAME
- Username to log into PowerSchool with
Expand Down

0 comments on commit e825c1b

Please sign in to comment.