chore: disable instragram

This commit is contained in:
Kristofers Solo 2025-12-11 18:44:58 +02:00
parent 800509c34d
commit 9e80eebde0
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED

View File

@ -13,7 +13,7 @@ COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json RUN cargo chef cook --release --recipe-path recipe.json
# Build application # Build application
COPY . . COPY . .
RUN cargo build --release RUN cargo build --release --no-default-features -F tiktok -F twitter -F youtube
FROM ghcr.io/astral-sh/uv:trixie-slim AS builder-py FROM ghcr.io/astral-sh/uv:trixie-slim AS builder-py