mirror of
https://github.com/D4M13N-D3V/art_platform.git
synced 2025-03-14 07:44:54 +00:00
workflow
This commit is contained in:
parent
c5380be14f
commit
03a06546b7
@ -7,7 +7,8 @@ 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.csproj", "ArtPlatform.API/"]
|
COPY ["/src/ArtPlatform.API/ArtPlatform.API.csproj", "ArtPlatform.API/"]
|
||||||
|
COPY ["/src/ArtPlatform.Database/ArtPlatform.Database.csproj", "ArtPlatform.Database/"]
|
||||||
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