测试docker

This commit is contained in:
MarSeventh
2025-05-11 14:55:20 +08:00
parent 8344f50d62
commit 5d803b5ba6

View File

@@ -2,7 +2,7 @@
"scripts": {
"ci-test": "concurrently --kill-others \"npm start\" \"wait-on http://localhost:8080 && mocha\"",
"test": "mocha",
"start": "npx wrangler pages dev ./ --kv \"img_url\" --r2 \"img_r2\" --host 0.0.0.0 --port 8080 --persist-to ./data"
"start": "npx wrangler pages dev ./ --kv \"img_url\" --r2 \"img_r2\" --ip 0.0.0.0 --port 8080 --persist-to ./data"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.726.1",