Use our own dotnet image.

This commit is contained in:
lily
2025-01-26 05:16:25 +00:00
parent bb0fafbde9
commit 4ace8a5e3c
+1 -1
View File
@@ -25,7 +25,7 @@ RUN cp -r ${CSPROJ_PATH}/wwwroot/* /app/wwwroot
# ============================ # ============================
# Prepare Runtime Environment # Prepare Runtime Environment
FROM hub.aiursoft.cn/mcr.microsoft.com/dotnet/aspnet:9.0 FROM hub.aiursoft.cn/aiursoft/internalimages/dotnet
ARG PROJ_NAME ARG PROJ_NAME
WORKDIR /app WORKDIR /app
COPY --from=build-env /app . COPY --from=build-env /app .