We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83070a5 commit 0221d02Copy full SHA for 0221d02
1 file changed
Dockerfile
@@ -13,4 +13,6 @@ ENV PATH="/home/bot/.local/bin:$PATH"
13
COPY --chown=bot:bot pyproject.toml uv.lock ./
14
COPY --chown=bot:bot src ./src
15
16
+RUN uv sync
17
+
18
ENTRYPOINT ["uv", "run", "run-bot"]
0 commit comments