FROM stephengpope/no-code-architects-toolkit:latest

ENV API_KEY=leafcat

EXPOSE 8080

CMD ["python", "app.py"]