use latest

This commit is contained in:
mcinj 2022-04-26 18:00:08 -04:00
parent 08feb6cf06
commit 99bd660f63

View file

@ -29,7 +29,7 @@ python run.py
```bash
# Run the container
# Set TZ based on your timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
docker run --name steamgifts -e TZ=America/New_York -d -v /path/to/the/config/folder:/config mcinj/docker-steamgifts-bot:v2.0
docker run --name steamgifts -e TZ=America/New_York -d -v /path/to/the/config/folder:/config mcinj/docker-steamgifts-bot:latest
```
#### Or build it yourself locally