codebuddies / greetbot

Slackbot for greeting new codebuddies users
MIT License
9 stars 14 forks source link

Adding Dockerfile and docker-compose.test.yml for testing inside docker-cloud. #68

Closed nalbina closed 6 years ago

nalbina commented 6 years ago

This PR introduces a Dockerfile as well as a docker-compose.test.yml file which could be continuously executed by dockercloud (where we also have the codebuddies docker image) each time changes are introduced to the code via PR or commits.

angelocordon commented 6 years ago

Hi @nalbina

nalbina commented 6 years ago

@angelocordon,

as i explained in the slack to you, this can be used to run the tests automatically on every push and grant the ability to run integration tess with codebuddies if those are necessary in the future.