【修复】修复Luban.Server的Dockerfile未拷贝Templates目录的bug
parent
6309108da0
commit
d296c57f93
|
|
@ -35,6 +35,7 @@ WORKDIR /app/Luban.Server
|
||||||
COPY Luban.Server/Luban.Server.csproj ./
|
COPY Luban.Server/Luban.Server.csproj ./
|
||||||
COPY Luban.Server/.editorconfig .
|
COPY Luban.Server/.editorconfig .
|
||||||
COPY Luban.Server/Source ./Source
|
COPY Luban.Server/Source ./Source
|
||||||
|
COPY Luban.Server/Templates ./Templates
|
||||||
COPY nuget.config ./nuget.config
|
COPY nuget.config ./nuget.config
|
||||||
|
|
||||||
RUN dotnet publish -c Release -o out
|
RUN dotnet publish -c Release -o out
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue