feat(ops): production resilience — healthchecks, restart_policy, log-rotation, --wait deploy [skip ci]
This commit is contained in:
@@ -8,6 +8,7 @@ RUN dotnet publish -c Release -o /app/publish
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/publish .
|
||||
RUN apk add --no-cache curl
|
||||
USER $APP_UID
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["dotnet", "Nexus.Api.dll"]
|
||||
|
||||
Reference in New Issue
Block a user