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.
1 parent 7746b5c commit a598a1aCopy full SHA for a598a1a
package.json
@@ -5,7 +5,7 @@
5
"private": true,
6
"scripts": {
7
"start": "concurrently npm:start:* --kill-others",
8
- "start:services": "docker-compose up",
+ "start:services": "docker compose up",
9
"start:website": "npm run start --workspace=website",
10
"build:website": "npm run build --workspace=website",
11
"docker:build": "npm run docker:build --if-present --workspaces "
0 commit comments