Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit e116d72

Browse files
committed
fix: env
1 parent 2f5b298 commit e116d72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ COPY --from=builder /app/.venv ./.venv
2121
COPY ./src ./src
2222
COPY ./pyproject.toml ./pyproject.toml
2323

24-
RUN echo "API_KEY=" > .env
24+
RUN echo "API_KEY=" >> .env
25+
RUN echo "ONEBOT_V11_WS_URLS=" >> .env
26+
RUN echo "ONEBOT_V11_ACCESS_TOKEN=" >> .env
2527

2628
CMD ["/bin/sh", "-c", "source .venv/bin/activate && nb run"]
2729

0 commit comments

Comments
 (0)