mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2025-12-20 11:04:41 +00:00
chore: disable instragram
This commit is contained in:
parent
800509c34d
commit
9e80eebde0
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user