Move build process to podman
This commit is contained in:
parent
15fabd126e
commit
220bca6edb
2 changed files with 10 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ COPY src/ src/
|
|||
COPY migrations/ migrations/
|
||||
|
||||
# Build the application
|
||||
RUN cargo build --release
|
||||
RUN --mount=source=.sqlx,target=.sqlx cargo build --release
|
||||
|
||||
# Runtime stage
|
||||
FROM alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue