chore: simplify Dockerfile
This commit is contained in:
parent
60a81f66a8
commit
ad014dd1ae
@ -18,8 +18,7 @@ RUN --mount=type=bind,source=src,target=src \
|
||||
set -e
|
||||
sqlx database create
|
||||
sqlx migrate run
|
||||
cargo build --locked --release
|
||||
cargo install --path .
|
||||
cargo install --locked --path .
|
||||
EOF
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user