Switched to Device code authentication

This commit is contained in:
2026-01-17 18:32:57 +01:00
parent 881ec1c0ec
commit 19c27c8ef0
4 changed files with 17 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:10.0 AS base
RUN apt-get update && apt-get install -y tar && rm /var/lib/apt/lists/*
USER $APP_UID
WORKDIR /app