/smartFarmProject

SmartFarm project to enable Fast access to insights that will aid in proper crop husbandry.

Primary LanguageHTML

smartFarmProject

This project has a lot of potential!

Build the docker image

docker build -t smartfarminsights .

Run the docker container in the terminal

docker run -p 3000:3000 smartfarminsights

Run the docker container in a detached mode

docker run -d -p 3000:3000 smartfarminsights