build: fix name of program
This commit is contained in:
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"]
|
Loading…
Reference in New Issue
Block a user