This commit is contained in:
h z
2025-05-04 19:11:12 +01:00
parent d50ec46b08
commit c4d08053ca
3 changed files with 121 additions and 26 deletions

View File

@@ -1,8 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
USER $APP_UID
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
ARG BUILD_CONFIGURATION=Release