Continuous Deploy is the process of automating publications in the production environment. The goal is not to accumulate code in staging.
$ https://github.com/GDGVIT/autodock.git
$ cd autodock
$ docker build -t <your username>/autodock .
$ docker run -p 80:80 -e PORT=80 <your username>/autodock
|
Balaji Jinnah |
Marcelo Cristiano |
Made with ❤️ by DSC VIT