This commit is contained in:
tk
2025-07-10 14:56:40 +08:00
committed by nsnail
parent 4a5a7b96fc
commit c15abdc5bb
23 changed files with 353 additions and 241 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0.5 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0.7 AS base
WORKDIR /app
EXPOSE 8080
RUN apt update