Ralph Squillace
Ralph Squillace
Hi @arun1895, can you try in another distro to ensure it works in any? I'll try to follow up when I can.
@arun1895 hmmmm. Is this the example dotnetcore app in the repo, or another one that you are using?
so, example-dotnetcore in this repo has the following, which means your Dockerfile is your own. Correct? ``` FROM microsoft/dotnet:2.1-sdk AS builder WORKDIR /app # caches restore result by copying csproj...
this is with Draft v. 0.16
I strongly suggest you have a look at mapping your dockerfile to be closer to this one, until you figure out why you're copying a directory that doesn't exist --...
https://github.com/Azure/draft/issues/901#issuecomment-440662599. this is what Draft creates for the example-dotnetcore getting started application. Start with that.
`--custom-toml` :-) `--custom-app-config`
There's lots of thoughts on packs, for sure.
ALL IN on this. Provide a --force if people really wanna, but by default fail out. YAASSSSSS
I like the interactive experience, but I see no reason whatsoever that it should be in porter itself. I'd much prefer it being a standalone tool or a VS Code...