移除测试容器
This commit is contained in:
@@ -19,18 +19,3 @@ services:
|
||||
- ./tiers.yaml:/app/tiers.yaml:ro
|
||||
restart: unless-stopped
|
||||
|
||||
test:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
target: test
|
||||
args:
|
||||
- PYTHON_IMAGE=${PYTHON_IMAGE:-python:3.11-slim}
|
||||
- NODE_IMAGE=${NODE_IMAGE:-node:20-alpine}
|
||||
container_name: Stock_Panel_Test
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./tiers.yaml:/app/tiers.yaml:ro
|
||||
- ./backend/app:/app/app
|
||||
- ./backend/tests:/app/tests
|
||||
command: ["uv", "run", "pytest", "tests"]
|
||||
|
||||
Reference in New Issue
Block a user