This commit is contained in:
h z
2025-05-04 19:11:12 +01:00
parent 619ddc6ddf
commit a97c71caaf
6 changed files with 32 additions and 16 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