测试docker

This commit is contained in:
MarSeventh
2025-05-11 14:14:55 +08:00
parent 0d36fe8b32
commit f7286c9bd2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine FROM node:22-alpine
WORKDIR /app WORKDIR /app

View File

@@ -7,4 +7,5 @@ services:
- "7658:8080" - "7658:8080"
volumes: volumes:
- ./wrangler.toml:/app/wrangler.toml - ./wrangler.toml:/app/wrangler.toml
- ./data:/app/data
restart: unless-stopped restart: unless-stopped