nixpacks 0.2.1

Generate an OCI compliant image based off app source
Documentation
1
2
3
4
5
6
7
8
<Project Sdk="Microsoft.NET.Sdk.Web">
    <PropertyGroup>
        <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>
    <ItemGroup>
        <Compile Include="Program.fs" />
    </ItemGroup>
</Project>