@@ -5,6 +5,7 @@ WORKDIR /src
|
||||
COPY rag-api/rag-api.csproj rag-api/
|
||||
COPY shared-models/shared-models.csproj shared-models/
|
||||
COPY rag-api-models/rag-api-models.csproj rag-api-models/
|
||||
COPY common-helpers/common-helpers.csproj common-helpers/
|
||||
COPY startup-helpers/startup-helpers.csproj startup-helpers/
|
||||
|
||||
RUN dotnet restore rag-api/rag-api.csproj
|
||||
@@ -13,6 +14,7 @@ COPY rag-api/ rag-api/
|
||||
COPY shared-models/ shared-models/
|
||||
COPY rag-api-models/ rag-api-models/
|
||||
COPY shared-models/ shared-models/
|
||||
COPY common-helpers/ common-helpers/
|
||||
COPY startup-helpers/ startup-helpers/
|
||||
|
||||
RUN dotnet publish rag-api/rag-api.csproj -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||
|
||||
Reference in New Issue
Block a user