+3
-2
@@ -3,13 +3,14 @@ ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src
|
||||
|
||||
COPY rag-api/rag-api.csproj rag-api/
|
||||
COPY rag-api-models/rag-api-models.csproj rag-api-models/
|
||||
COPY shared-models/shared-models.csproj shared-models/
|
||||
COPY startup-helpers/startup-helpers.csproj startup-helpers/startup-helpers/
|
||||
COPY rag-api-models/rag-api-models.csproj rag-api-models/
|
||||
COPY startup-helpers/startup-helpers.csproj startup-helpers/
|
||||
|
||||
RUN dotnet restore rag-api/rag-api.csproj
|
||||
|
||||
COPY rag-api/ rag-api/
|
||||
COPY shared-models/ shared-models/
|
||||
COPY rag-api-models/ rag-api-models/
|
||||
COPY shared-models/ shared-models/
|
||||
COPY startup-helpers/ startup-helpers/
|
||||
|
||||
Reference in New Issue
Block a user