Compare commits

..

1 commit

Author SHA1 Message Date
fe3b42830e Move build process to podman
Some checks failed
Docker Build / Build and Push Backend Image (push) Failing after 4m58s
Docker Build / Build and Push Frontend Image (push) Successful in 5m34s
Check / Frontend (pull_request) Successful in 2m23s
Check / Backend (pull_request) Successful in 8m36s
2025-11-29 21:36:24 -08:00

View file

@ -25,7 +25,7 @@ COPY src/ src/
COPY migrations/ migrations/
# Build the application
RUN --mount=source=.sqlx,target=.sqlx cargo build --release
RUN cargo build --release
# Runtime stage
FROM alpine:latest