Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 260 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 260 Bytes

PlantAI

Running the API

  • Make sure that you have docker and docker-compose installed in your enviroment
  • Build the dockerfile with the following command:
docker build .
  • Run docker-compose with the following command:
docker-compose up