fix 修改docker文件
This commit is contained in:
parent
f3006a4297
commit
a47513e4f3
@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
WORKDIR /app
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
COPY . . /app
|
||||
RUN dotnet restore
|
||||
RUN dotnet publish -c Release -o publish
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user