Packaging OpenG2P Docker
Work in progress
Instructions
repo_name = git://<github branch name>//<github url to pull from> repo2_name = file://<path of the package in local system>repo_name = git://<github branch name>//<github url to pull from>
G2P_PACKAGE_my_package_repo3_name=git://<github branch name>//<github url to pull from>
./package.sh my-package.txtdocker build . -t <docker image name>docker push <docker image name>
Last updated