Revert "fix: remove instagram session file"

This reverts commit ebffa20ec9.

Revert "fix: env var"

This reverts commit d20d825905.
This commit is contained in:
2025-10-27 07:57:56 +02:00
parent 6a50806fa5
commit ff21c5c519
2 changed files with 9 additions and 1 deletions

View File

@@ -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 --no-default-features --features youtube
RUN cargo build --release
FROM ghcr.io/astral-sh/uv:trixie-slim AS builder-py