doc: Improve README.md (#39)
Reviewed-on: #39 Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl> Co-committed-by: Felipe Contreras Salinas <felipe@bstr.cl>
This commit is contained in:
parent
3b70973210
commit
7f62b1a22d
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -1,2 +1,14 @@
|
|||
# huellas
|
||||
This service is backed by an Axum server and uses a raw Typescript front-end using
|
||||
Leaflet.js.
|
||||
|
||||
## Migrations
|
||||
We use the `sqlx` CLI to manage migrations. To create a new one run
|
||||
```shell
|
||||
cargo sqlx migrate add
|
||||
```
|
||||
## Cross-architecture building
|
||||
Images are built for arm64 on a juicier machine using
|
||||
```shell
|
||||
docker buildx build --platform=linux/arm64 . -t oolong.ludwig.dog/pitbuster/huellas:X.Y.Z
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue