diff --git a/package.json b/package.json index 19cecac9..48da1fe1 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ }, "scripts": { "test": "jest", - "tox": "docker exec -it -u root iris_mopidy_1 bash -c \"cd /iris && tox\"", + "tox": "docker exec -it -u root mopidy bash -c \"cd /iris && tox\"", "start": "NODE_ENV=development WEBPACK_DEV_SERVER=1 webpack-dev-server", "lint": "eslint src", "lint:fix": "eslint src --fix",