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