测试docker

This commit is contained in:
MarSeventh
2025-05-11 14:44:14 +08:00
parent 2e0665b7bb
commit 41513f41e5
+1 -1
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\" --port 8080 --persist-to ./data"
"start": "npx wrangler pages dev ./ --kv \"img_url\" --r2 \"img_r2\" --host 0.0.0.0 --port 8080 --persist-to ./data"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.726.1",