Skip to content

Commit 0221d02

Browse files
committed
Dockerfile: Install packages before ENTRYPOINT
1 parent 83070a5 commit 0221d02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ ENV PATH="/home/bot/.local/bin:$PATH"
1313
COPY --chown=bot:bot pyproject.toml uv.lock ./
1414
COPY --chown=bot:bot src ./src
1515

16+
RUN uv sync
17+
1618
ENTRYPOINT ["uv", "run", "run-bot"]

0 commit comments

Comments
 (0)