mirror of
https://github.com/D4M13N-D3V/art_platform.git
synced 2025-03-14 07:44:54 +00:00
workflow fix
This commit is contained in:
parent
bb83798936
commit
c5380be14f
@ -7,7 +7,7 @@ EXPOSE 8081
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||||
ARG BUILD_CONFIGURATION=Release
|
ARG BUILD_CONFIGURATION=Release
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ["ArtPlatform.API/ArtPlatform.API.csproj", "ArtPlatform.API/"]
|
COPY ["ArtPlatform.API.csproj", "ArtPlatform.API/"]
|
||||||
RUN dotnet restore "ArtPlatform.API/ArtPlatform.API.csproj"
|
RUN dotnet restore "ArtPlatform.API/ArtPlatform.API.csproj"
|
||||||
COPY . .
|
COPY . .
|
||||||
WORKDIR "/src/ArtPlatform.API"
|
WORKDIR "/src/ArtPlatform.API"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user