AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo b886db1d5c
chore: fix clippy warnings (#1103)
2024-12-29 12:47:34 +08:00
..
src chore: fix clippy warnings (#1103) 2024-12-29 12:47:34 +08:00
tests chore: set max import zip file size (#1011) 2024-11-20 14:07:36 +08:00
Cargo.toml fix: support index document in the background, fix stack overflow when calling rayon::spawn (#1099) 2024-12-24 14:30:17 +08:00
Dockerfile chore: update dockerfile rust version 2024-12-20 17:10:42 +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 .