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
|
set -e
|
||||||
sqlx database create
|
sqlx database create
|
||||||
sqlx migrate run
|
sqlx migrate run
|
||||||
cargo build --locked --release
|
cargo install --locked --path .
|
||||||
cargo install --path .
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user