workflow fix

This commit is contained in:
Damien Ostler 2024-01-27 08:21:54 -05:00
parent bb83798936
commit c5380be14f

View File

@ -7,7 +7,7 @@ EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["ArtPlatform.API/ArtPlatform.API.csproj", "ArtPlatform.API/"]
COPY ["ArtPlatform.API.csproj", "ArtPlatform.API/"]
RUN dotnet restore "ArtPlatform.API/ArtPlatform.API.csproj"
COPY . .
WORKDIR "/src/ArtPlatform.API"