Minimizes the size of the standard wft4galaxy docker image
The 'develop' image is now also smaller. It is just like the "production" image but does not remove the build-time dependencies and wft4galaxy source; it also includes vim and nano. With these one can log in, edit wft4galaxy code and rebuild it within the running container.
Adds a build-local.sh script to build a docker image with the current source code. This lets you test your changes without commiting and pushing them out of your repository.
note: build-local.sh currently doesn't work unless you commend "updated_properties" within setup.py
build-local.sh
script to build a docker image with the current source code. This lets you test your changes without commiting and pushing them out of your repository.build-local.sh
currently doesn't work unless you commend "updated_properties" within setup.py