AppFlowy-Cloud/services/appflowy-worker
Nathan.fooo 9942e68089
chore: imported workspace should not become the latest visting workspace (#890)
* chore: imported workspace should not become the latest visting workspace

* chore: sqlx files

* chore: update test

* chore: fmt
2024-10-16 21:02:05 +08:00
..
src chore: imported workspace should not become the latest visting workspace (#890) 2024-10-16 21:02:05 +08:00
tests chore: import mailer (#869) 2024-10-13 20:08:55 +08:00
Cargo.toml chore: import mailer (#869) 2024-10-13 20:08:55 +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 .