Skip to content

Commit 6b01d1b

Browse files
docker fix
1 parent ecdf875 commit 6b01d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ RUN apt-get -y update && apt-get -y install curl jq
33
COPY . /app
44
WORKDIR /app
55
RUN uv sync --frozen
6+
ENV PATH="/app/.venv/bin:$PATH"
67
EXPOSE 8807
78
CMD ["uv", "run", "bbctl", "server", "start", "--api-only"]

0 commit comments

Comments
 (0)