测试docker

This commit is contained in:
MarSeventh
2025-05-11 14:14:55 +08:00
parent 735e928ca0
commit b2dc0a4f21
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:22-alpine
WORKDIR /app
+1
View File
@@ -7,4 +7,5 @@ services:
- "7658:8080"
volumes:
- ./wrangler.toml:/app/wrangler.toml
- ./data:/app/data
restart: unless-stopped