-
Install Docker according to your machine type and requirements
-
Once Docker is installed, use the following two commands to run the app in the root dicrectory:
docker-compose build
, This command will build the projectCOMPOSE_HTTP_TIMEOUT=200 docker-compose up
, This command will run the container.
-
You can open the project on
localhost:5000
on the machine.
Note: If you are using docker-desktop
on Windows Or WSL2 i.e Windows Subsystem For Linux, you can use the GUI Options to run the containers