AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo e738508d79
fix: Support notion database row document (#929)
* chore: fix import notion database
2024-10-24 19:04:06 +08:00
..
src fix: Support notion database row document (#929) 2024-10-24 19:04:06 +08:00
tests feat: Import metrics (#911) 2024-10-20 11:05:22 +08:00
Cargo.toml feat: Import metrics (#911) 2024-10-20 11:05:22 +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 .