rasodu / DLEMP

0 stars 0 forks source link

Build docker images with docker build command #86

Closed rasodu closed 7 years ago

rasodu commented 7 years ago

According to #85, docker-compose should only be used to run images. It should not be used to build images. This pull request adds separate make target to build image. The target builds the image directly using docker build command.