Use our own dotnet image.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ RUN cp -r ${CSPROJ_PATH}/wwwroot/* /app/wwwroot
|
||||
|
||||
# ============================
|
||||
# Prepare Runtime Environment
|
||||
FROM hub.aiursoft.cn/mcr.microsoft.com/dotnet/aspnet:9.0
|
||||
FROM hub.aiursoft.cn/aiursoft/internalimages/dotnet
|
||||
ARG PROJ_NAME
|
||||
WORKDIR /app
|
||||
COPY --from=build-env /app .
|
||||
|
||||
Reference in New Issue
Block a user