Skip to content

Commit

Permalink
build: 不需要重置入口点
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Dec 28, 2024
1 parent 156c784 commit a83f7e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docker/noneflow.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ ENV PATH="/app/.venv/bin:$PATH"
COPY bot.py .env /app/
COPY src /app/src/

# 重置入口点,避免调用 uv
ENTRYPOINT []

CMD ["uv", "run", "--project", "/app/", "--no-dev", "/app/bot.py"]
3 changes: 0 additions & 3 deletions docker/nonetest.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ ENV PATH="/app/.venv/bin:$PATH"
# NoneFlow 本体
COPY src /app/src/

# 重置入口点,避免调用 uv
ENTRYPOINT []

CMD ["uv", "run", "--project", "/app/", "--no-dev", "-m", "src.providers.docker_test"]

0 comments on commit a83f7e0

Please sign in to comment.