AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo 0ec12c5f2f
chore: add file size (#1015)
2024-11-22 16:31:50 +08:00
..
src chore: add file size (#1015) 2024-11-22 16:31:50 +08:00
tests chore: set max import zip file size (#1011) 2024-11-20 14:07:36 +08:00
Cargo.toml chore: update ai api endpoint & rename structs (#953) 2024-11-11 20:10:46 +08:00
Dockerfile feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
README.md feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
deploy.env feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00

README.md

Build docker image for appflowy worker manually

docker buildx build -f ./services/appflowy-worker/Dockerfile  --platform linux/amd64 -t appflowyinc/appflowy_worker --push .