Move docs server to port 8000

By default it's on 3000 which is the same as mastodon.
This commit is contained in:
Ivan Habunek 2023-12-07 18:24:06 +01:00
parent 11cfa5834b
commit 92dbdf5c3e
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ docs: changelog
mdbook build
docs-serve:
mdbook serve
mdbook serve --port 8000
docs-deploy: docs
rsync --archive --compress --delete --stats book/ bezdomni:web/toot