v9.1.0 MVC .Net Core
I have tried to deploy my app to Docker but have had no success. I run the build-mvc.ps1 script and I get the following error:
Error: No such image: zero/mvc Step 7/24 : COPY ["src/[NAME].Web.Public/[NAME].Web.Public.csproj", "src/[NAME].Web.Public/"] COPY failed: stat /var/lib/docker/tmp/docker-builder070354949/src/[NAME].Web.Public/[NAME].Web.Public.csproj: no such file or directory
I'm not sure what needs to be done. I also tried to deploy to Azure by setting up a pipeline using your tutorial but again to no avail. The error is I get is along there lines: within Restore task in the pipeline:
##[error]Error: Failed find: ENOENT: no such file or directory, stat '/home/vsts/work/1/s/src/[NAME].Web.Mvc/node_modules/.bin/acorn' (Error screenshot below)
I appreciate if someone can help.
Many thanks.
1 Answer(s)
-
0
Hi @rasoulshams
Could you share Azure pipeline steps and their contents as well ?
Thanks,