File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
docs/supported_protocols/asyncapi Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -187,8 +187,7 @@ const cwd = process.cwd();
187187
188188execSync(
189189 ` docker run --rm --network host \
190- -v "${cwd}/specmatic.yaml:/usr/src/app/specmatic.yaml" \
191- -v "${cwd}/specification:/usr/src/app/specification" \
190+ -v "${cwd}:/usr/src/app" \
192191 specmatic/enterprise test \
193192 --overlay=specification/overlay.yaml`,
194193 { stdio: "inherit" }
@@ -219,8 +218,7 @@ You can also run the application manually and use the docker command as follows:
219218
220219``` bash
221220docker run --rm --network host \
222- -v " ${cwd} /specmatic.yaml:/usr/src/app/specmatic.yaml" \
223- -v " ${cwd} /specification:/usr/src/app/specification" \
221+ -v " $( pwd) :/usr/src/app" \
224222 specmatic/enterprise test \
225223 --overlay=specification/overlay.yaml
226224```
You can’t perform that action at this time.
0 commit comments