AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo 9629d4cefa
chore: add limit for importing zip file (#938)
* chore: add limitation for import zip file

* chore: support upload big file

* chore: implement client api

* chore: implement client api

* chore: implement client api

* chore: update logs

* chore: check file size

* chore: last process at

* chore: set content type

* chore: fix test

* chore: try test

* chore: temporary disable test
2024-10-28 08:51:34 +08:00
..
src chore: add limit for importing zip file (#938) 2024-10-28 08:51:34 +08:00
tests chore: add limit for importing zip file (#938) 2024-10-28 08:51:34 +08:00
Cargo.toml chore: add limit for importing zip file (#938) 2024-10-28 08:51:34 +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 .