build: fix name of program
All checks were successful
.NET Test Pipeline / build-and-test (push) Successful in 2m8s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 9m4s

This commit is contained in:
Polianin Nikita 2024-07-03 01:09:06 +03:00
parent 07edf0e5ad
commit 7e82d4a520

View File

@ -20,4 +20,4 @@ RUN dotnet publish ./Endpoint/Endpoint.csproj -c Release -o /app
FROM base AS final
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT ["dotnet", "Enpoint.dll"]
ENTRYPOINT ["dotnet", "Endpoint.dll"]