We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker-compose run
1 parent 44d90d9 commit 0926c79Copy full SHA for 0926c79
front/package.json
@@ -9,8 +9,8 @@
9
},
10
"scripts": {
11
"docker-start": "docker-compose up -d",
12
- "docker-build": "docker-compose exec front npm run build",
13
- "docker-test": "docker-compose exec front npm test",
+ "docker-build": "docker-compose run --rm front npm run build",
+ "docker-test": "docker-compose run --rm front npm test",
14
"start": "react-scripts start",
15
"build": "react-scripts build",
16
"test": "react-scripts test --env=jsdom",
0 commit comments