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 .
|
COPY --from=build-env /App/out .
|
||||||
|
|
||||||
ENTRYPOINT ["dotnet", "TCC.APP.dll"]
|
ENTRYPOINT ["dotnet", "/App/TCC.APP.dll"]
|
|
@ -5,7 +5,7 @@
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<RootNamespace>tcc_app</RootNamespace>
|
<RootNamespace>tcc_app</RootNamespace>
|
||||||
<PlatformTarget>x64</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue