Open dewinterjack opened 3 years ago
Discord API is moving to event driven from web sockets. This could mean that hosting could be done with serverless functions. However sending images over commands is not possible
Could the entire app be moved onto a docker container?
https://phoenixnap.com/kb/docker-run-override-entrypoint
Should I use the tesseract image or it's dockerfile?
If I move this over to a built docker file, I should have a github action that builds and pushes to dockerhub
https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html
https://hub.docker.com/r/inetsoftware/alpine-tesseract
Discord API is moving to event driven from web sockets. This could mean that hosting could be done with serverless functions. However sending images over commands is not possible
Could the entire app be moved onto a docker container?