Update Dockerfile and Compose

This commit is contained in:
Ali
2026-02-20 18:42:25 +09:00
parent 3b7b18712b
commit 2c31cf96cc

View File

@@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "node --watch --env-file=.env ./src/server.js", "dev": "node --watch ./src/server.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],