This commit is contained in:
2026-08-09 16:00:44 +02:00
parent 459efae41c
commit de84e45fb3
17 changed files with 58 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ RUN dotnet publish FocusApp.csproj -c Release -o /app/publish --no-restore -p:Sk
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
WORKDIR /app
COPY --from=build /app/publish .
COPY LICENSE .
EXPOSE 5000
ENV ASPNETCORE_URLS=http://0.0.0.0:5000
ENV ASPNETCORE_ENVIRONMENT=Production