chore: simplify Dockerfile

This commit is contained in:
Lucien Cartier-Tilet 2023-12-19 20:08:51 +01:00
parent 60a81f66a8
commit ad014dd1ae
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -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