Failed to process input: The parameter must begin with a / or -

I am running a Dockerfile but every time it stops at one point.

RUN powershell %windir%\system32\inetsrv\appcmd.exe set config /section:system.webServer/handlers /+"[name='Test',path='Test.cgi',verb='*',modules="IsapiModule",scriptProcessor="c:\Test.dll",resourceType="Unspecified", preCondition="bitness64"]"


Failed to process input: The parameter 'verb=*' must begin with a / or -

I am struggling for hours. What could be the reason?



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Network Error and Timeout on Authorize.net JS

Object oriented programming concepts (OOPs)