diff --git a/README.md b/README.md index 1f23fd75..ef861f28 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ A discord bot for the trifecta discord channel ### Testing your changes ### * Test that you can actually build the container * `docker build -t testing .` + * `docker run -ti testing bash` + * Then, if you've added print statements to the script for testing, you can see them by running: + * `python /app/dragon-bot.py` * pipeline [here](https://cloud.docker.com/app/ldooks/repository/docker/ldooks/dragon-bot/builds) ### Contribution guidelines ###