Technologies | How To Use | Demo
This project was developed with the following technologies:
Clone the project
git clone https://github.com/JoshuelNobre/clinica-smile.git
Go to the project directory
cd clinica-smile
Build
docker build -t clinica-smile .
Run
docker run -d -p 8080:80 clinica-smile
To view page access
localhost:8080
Made with ♥ by Christian Castro 👋