This project is under construction by Steven Checo
These instructions will help you to work in the most effective way, please follow those instruction to know how to do it
- You must clone the repo in your computer
Git clone https://github.com/sact1909/cruddockercompose.git
- In your console, go to the soluction directory and run the following docker command
docker-compose up --build
- Go to the following URL in your browser to see your site running (please wait some seconds before open the URL, because docker has to setting up the webserver)
http://localhost:8080/
- Steven Checo - Initial work - sact1909