!41 修复dockerfile

Merge pull request !41 from yuan浩/master
This commit is contained in:
字母搬运工 2023-11-23 13:11:41 +00:00 committed by Gitee
commit 40c4070c49
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
#创建挂载目录,用于将程序部署在服务器本地