We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdf875 commit 6b01d1bCopy full SHA for 6b01d1b
Dockerfile
@@ -3,5 +3,6 @@ RUN apt-get -y update && apt-get -y install curl jq
3
COPY . /app
4
WORKDIR /app
5
RUN uv sync --frozen
6
+ENV PATH="/app/.venv/bin:$PATH"
7
EXPOSE 8807
8
CMD ["uv", "run", "bbctl", "server", "start", "--api-only"]
0 commit comments