eienmojiki's picture
Update Dockerfile
851febb verified
raw
history blame contribute delete
111 Bytes
FROM stephengpope/no-code-architects-toolkit:latest
ENV API_KEY=leafcat
EXPOSE 8080
CMD ["python", "app.py"]