fix 修改docker文件1

This commit is contained in:
lwh 2023-06-07 10:20:24 +08:00
parent 26a60f4e04
commit b8d8d91a35

View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /app
WORKDIR /src
COPY .. /app
COPY . /app
RUN dotnet restore
RUN dotnet publish -c Release -o publish