I would like to create a docker image through Automated build on GitHub commit. My project structure
/src
/build
project.json
Gruntfile
Dockerfile
To build the project I have to:
npm install
grunt release
How can I configure Docker Hub to perform the build and create an image based on build folder (without sources)