We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e188b63 commit 02e8b90Copy full SHA for 02e8b90
1 file changed
web/docker-compose.yml
@@ -16,7 +16,7 @@ services:
16
build:
17
context: ..
18
dockerfile: web/Dockerfile.app
19
- command: pnpm run dev -- --host 0.0.0.0 --port 8001
+ command: pnpm run dev --host 0.0.0.0 --port 8001
20
working_dir: /app/web/client
21
ports:
22
- 8001:8001
0 commit comments