AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo 14cfaa0bbd
chore: insert metadata after import notion zip file (#871)
* chore: insert metadata after import notion zip file

* chore: update logs
2024-10-10 22:32:02 +08:00
..
src chore: insert metadata after import notion zip file (#871) 2024-10-10 22:32:02 +08:00
tests fix: import notion zip file as workspace (#868) 2024-10-09 21:27:24 +08:00
Cargo.toml fix: import notion zip file as workspace (#868) 2024-10-09 21:27:24 +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 .