chore: 删除e2e测试相关的初始化文件和快照文件

清理不再需要的测试初始化文件和视觉回归测试的快照文件,以保持代码库整洁
This commit is contained in:
张翔
2026-03-27 09:56:57 +08:00
parent f76137b8b0
commit 7a38eae6e0
421 changed files with 673 additions and 34387 deletions
+3 -12
View File
@@ -1,12 +1,9 @@
version: '3.8'
version: "3.8"
services:
novalon-website:
image: node:18-alpine
image: novalon-website:1.0.0
container_name: novalon-website
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
- NODE_ENV=production
@@ -16,14 +13,8 @@ services:
- NEXTAUTH_URL=${NEXTAUTH_URL}
- RESEND_API_KEY=${RESEND_API_KEY}
- OPS_ALERT_EMAIL=${OPS_ALERT_EMAIL:-ops@novalon.cn}
volumes:
- ./public:/app/public
- ./node_modules:/app/node_modules
- .next:/app/.next
networks:
- novalon-network
depends_on:
- nginx
nginx:
image: nginx:alpine
@@ -43,4 +34,4 @@ services:
networks:
novalon-network:
driver: bridge
driver: bridge