Compare commits

..

1 commit

Author SHA1 Message Date
220bca6edb Move build process to podman
Some checks failed
Docker Build / Build and Push Backend Image (push) Successful in 5m28s
Docker Build / Build and Push Frontend Image (push) Successful in 6m17s
Check / Backend (pull_request) Has been cancelled
Check / Frontend (pull_request) Has been cancelled
2025-11-29 21:53:55 -08:00

View file

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