From 9e80eebde0e2f9e3205a4df0908258ef86ec0956 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 11 Dec 2025 18:44:58 +0200 Subject: [PATCH] chore: disable instragram --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50cbe06..15b040f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY --from=planner /app/recipe.json recipe.json RUN cargo chef cook --release --recipe-path recipe.json # Build application 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