AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo 57c44818e2
feat: Import metrics (#911)
* chore: implement metrics for import

* chore: add metrics
2024-10-20 11:05:22 +08:00
..
src feat: Import metrics (#911) 2024-10-20 11:05:22 +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 .