AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo 3e65dd1014
add docs and tests for embedding related (#1328)
* chore: add docs and tests

* chore: add test

* chore: fix typo

* chore: clippy
2025-04-10 23:12:53 +08:00
..
src add docs and tests for embedding related (#1328) 2025-04-10 23:12:53 +08:00
tests chore: set max import zip file size (#1011) 2024-11-20 14:07:36 +08:00
Cargo.toml chore: remove unnecessary package as reported by cargo machete 2025-02-17 16:26:01 +08:00
deploy.env feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
Dockerfile chore: add syntax parser directive to Dockerfile (#1271) 2025-03-16 10:28:32 +08:00
README.md feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00

Build docker image for appflowy worker manually

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