chore(release): update version to 0.2.1

This commit is contained in:
Xubin Ren
2026-06-01 16:51:24 +08:00
parent 0e37024114
commit f309982bb0
5 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ RUN mkdir -p nanobot bridge && touch nanobot/__init__.py && \
COPY nanobot/ nanobot/
COPY bridge/ bridge/
COPY webui/ webui/
RUN uv pip install --system --no-cache .
RUN NANOBOT_FORCE_WEBUI_BUILD=1 uv pip install --system --no-cache .
# Build the WhatsApp bridge
WORKDIR /app/bridge