New container naming

This commit is contained in:
James Barnsley
2023-05-20 15:02:36 +12:00
parent 6fbe55ee0f
commit aaae821431

View File

@ -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",