mirror of
https://github.com/D4M13N-D3V/art_platform.git
synced 2025-03-14 07:44:54 +00:00
removed uneeded copu
This commit is contained in:
parent
1672764644
commit
bb83798936
@ -8,7 +8,6 @@ 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.Database/ArtPlatform.Database.csproj", "ArtPlatform.Database/"]
|
||||
RUN dotnet restore "ArtPlatform.API/ArtPlatform.API.csproj"
|
||||
COPY . .
|
||||
WORKDIR "/src/ArtPlatform.API"
|
||||
|
Loading…
x
Reference in New Issue
Block a user