I'm doing a tutorial on building a cryptocurrency system, and I'm using your repo to create an image that is stored on docker hub. I had to make some changes to the Dockerfile to create a complete image, added a script that creates and uploads the image, and changed the docker-compose.yml to use the image (the change to the docker-compose.yml isn't strictly necessary)
I thought I would offer up these changes if you want them. If you do take them, you can change the image name in the build-docker.sh script to reference your docker cloud username instead of mine. I will change my tutorial code to pull the image from what you push out.
I'm doing a tutorial on building a cryptocurrency system, and I'm using your repo to create an image that is stored on docker hub. I had to make some changes to the Dockerfile to create a complete image, added a script that creates and uploads the image, and changed the docker-compose.yml to use the image (the change to the docker-compose.yml isn't strictly necessary) I thought I would offer up these changes if you want them. If you do take them, you can change the image name in the build-docker.sh script to reference your docker cloud username instead of mine. I will change my tutorial code to pull the image from what you push out.