IY

Results 6 comments of IY

It is the exact approach I am currently using. I can post an example Dockerfile in the next few days if you would like one

I've created an example project that builds .NET Core console application in docker and then packs it using `warp-packer`. You can use it as a reference for your example or...

Well the point of the Dockerfile is to build application. It doesn't really need any entrypoints. If you will look into the `build.sh` file it builds image. During the second...

I am well aware of the multi-stage builds. But result of multi-stage build is a container. In my case it's the single-file executable I am after. If the result of...

Yep same thing happens with my minimal repro. If anyone interested I can upload it(minimal repro) to github

Anyone managed to figure out can you have camera video that won't prevent device from turning off the screen? I have a dashboard with picture entity. If I use "auto"...