build: fix endpoint name
This commit is contained in:
parent
2f7c77e764
commit
e0cff050de
@ -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", "Endpoint.dll"]
|
ENTRYPOINT ["dotnet", "Mirea.Api.Endpoint.dll"]
|
Loading…
Reference in New Issue
Block a user