移除测试容器

This commit is contained in:
2026-07-01 22:11:01 +08:00
parent fc2b0944d2
commit dc9022e46d
-15
View File
@@ -19,18 +19,3 @@ services:
- ./tiers.yaml:/app/tiers.yaml:ro - ./tiers.yaml:/app/tiers.yaml:ro
restart: unless-stopped 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"]