fix dockerfile
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ COPY diesel.toml ./
|
|||||||
RUN cargo build --release --bin backend --bin worker
|
RUN cargo build --release --bin backend --bin worker
|
||||||
RUN cargo install diesel_cli --no-default-features --features postgres
|
RUN cargo install diesel_cli --no-default-features --features postgres
|
||||||
|
|
||||||
FROM debian:bookworm-slim AS runtime
|
FROM debian:trixie-slim AS runtime
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|||||||
Reference in New Issue
Block a user