chore: copy from relative csproj path

This commit is contained in:
Oliver Booth 2023-08-28 00:48:45 +01:00
parent 1f57ecca06
commit 6bd4f1ef59
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src
COPY ["VPLink/VPLink.csproj", "VPLink/"]
COPY ["VPLink.csproj", "VPLink/"]
RUN dotnet restore "VPLink/VPLink.csproj"
COPY . .
WORKDIR "/src/VPLink"