swift-controller-90067
06/30/2022, 9:56 AMdocker run --rm -v ${PWD}:/myvol -w /myvol cypress/included:9.4.1 "npm install & npm start" which 'succeeds' in that cypress runs, but the npm server doesn't, so cypress can't find localhost:3000. something wrong with my syntax?