Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
237 changed files with 11093 additions and 92 deletions
Showing only changes of commit 7e82d4a520 - Show all commits

View File

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