【修复】修复Luban.Server的Dockerfile未拷贝Templates目录的bug

main
walon 2021-08-24 20:37:46 +08:00
parent 6309108da0
commit d296c57f93
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ WORKDIR /app/Luban.Server
COPY Luban.Server/Luban.Server.csproj ./
COPY Luban.Server/.editorconfig .
COPY Luban.Server/Source ./Source
COPY Luban.Server/Templates ./Templates
COPY nuget.config ./nuget.config
RUN dotnet publish -c Release -o out