build: fix name of program

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

@ -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"]