Skip to content

Commit d37e394

Browse files
some optimizations for docker
1 parent 3f598a9 commit d37e394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
44
RUN apt-get update && apt-get -y install ffmpeg && rm -rf /var/lib/apt/lists/*
55
WORKDIR /app
66
COPY . /app
7-
RUN uv sync
7+
RUN uv sync --frozen --compile-bytecode --no-dev
88
ENTRYPOINT ["uv", "run", "start"]

0 commit comments

Comments
 (0)