fix 修改docker文件

This commit is contained in:
lwh 2023-06-07 10:21:32 +08:00
parent b8d8d91a35
commit 50007e260b

View File

@ -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 . .
RUN dotnet restore RUN dotnet restore
RUN dotnet publish -c Release -o publish RUN dotnet publish -c Release -o publish