diff --git a/package.json b/package.json index c6118f7..e10fbe3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint", "format": "prettier --write .", "cypress:build": "prettier --check . && NODE_ENV=test next build", - "cypress:start_server": "cp .env.test .next/standalone && cp public .next/standalone/ -r && cp .next/static/ .next/standalone/.next/ -r && NODE_ENV=test dotenv -e .env.test -- node .next/standalone/server.js", + "cypress:start_server": "cp .env.test .next/standalone && cp public .next/standalone/ -r && cp .next/static/ .next/standalone/.next/ -r && NODE_ENV=test dotenv -e .env.test -- HOSTNAME=\"0.0.0.0\" node .next/standalone/server.js", "cypress:open": "cypress open", "cypress:run": "cypress run" },