Compare commits
1 commit
220bca6edb
...
fe3b42830e
| Author | SHA1 | Date | |
|---|---|---|---|
| fe3b42830e |
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 --mount=source=.sqlx,target=.sqlx cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue