Revert "feat: 改成 docker action"

This reverts commit 049673f182.
This commit is contained in:
Jeffery
2026-03-20 14:43:48 +08:00
parent ced4e93714
commit 7405c7ea2d
3 changed files with 23 additions and 91 deletions

View File

@@ -1,11 +0,0 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl jq unzip \
&& rm -rf /var/lib/apt/lists/*
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]