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