chore: 🔨 默认过滤禁用数据 (#157)

[skip ci]

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
2024-07-11 16:17:15 +08:00
committed by GitHub
parent 6d4ccf3445
commit 60ec6ea2c1
11 changed files with 101 additions and 21 deletions

View File

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