From 271841068c8f0d3858140defa6985d53fef63661 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 9 Aug 2017 21:09:45 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 ###