Compare commits
1 commit
fe3b42830e
...
220bca6edb
| Author | SHA1 | Date | |
|---|---|---|---|
| 220bca6edb |
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ COPY src/ src/
|
||||||
COPY migrations/ migrations/
|
COPY migrations/ migrations/
|
||||||
|
|
||||||
# Build the application
|
# Build the application
|
||||||
RUN cargo build --release
|
RUN --mount=source=.sqlx,target=.sqlx cargo build --release
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue