* 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 |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| Dockerfile | ||
| README.md | ||
| deploy.env | ||
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 .