update ZR.Admin.WebApi/Dockerfile.

Signed-off-by: yuan浩 <8004617+zhang-haoww@user.noreply.gitee.com>
This commit is contained in:
yuan浩 2023-11-23 13:09:41 +00:00 committed by Gitee
parent e42530379d
commit 780b32abc4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
#创建 /app文件夹
WORKDIR /app
#创建挂载目录,用于将程序部署在服务器本地