diff options
author | 2023-04-12 12:57:52 +0000 | |
---|---|---|
committer | 2023-04-12 12:57:52 +0000 | |
commit | fabc72d633468d2f94346896bc8b09687248731e (patch) | |
tree | d86d0cbdc857193bd01c63dd0b9d5faedf8d8b30 /dmi-plugin-stub/start.sh | |
parent | b99ae09807a2893e0678d2209b4ee08194f95fe8 (diff) | |
parent | becc9cee3a19f4c3d34d3cd6c564754c7c70861c (diff) |
Merge "Expose endpoint to accept bulk request"
Diffstat (limited to 'dmi-plugin-stub/start.sh')
-rwxr-xr-x | dmi-plugin-stub/start.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmi-plugin-stub/start.sh b/dmi-plugin-stub/start.sh new file mode 100755 index 0000000000..ffa8ce8825 --- /dev/null +++ b/dmi-plugin-stub/start.sh @@ -0,0 +1,2 @@ +docker run -it --rm -p 8783:8080 -v "$(pwd)"/mappings:/home/wiremock/mappings -v "$(pwd)"/files:/home/wiremock/__files --name wiremock wiremock/wiremock:2.33.2 --verbose + |