mirror of https://github.com/ivanch/tcc.git
small fix
This commit is contained in:
parent
258f3a0243
commit
09c7345e68
|
@ -17,4 +17,4 @@ WORKDIR /App
|
|||
|
||||
COPY --from=build-env /App/out .
|
||||
|
||||
ENTRYPOINT ["dotnet", "TCC.APP.dll"]
|
||||
ENTRYPOINT ["dotnet", "/App/TCC.APP.dll"]
|
|
@ -5,7 +5,7 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>tcc_app</RootNamespace>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue