|
|
|
@ -18,7 +18,7 @@ COPY . .
|
|
|
|
# Clean
|
|
|
|
# Clean
|
|
|
|
RUN dotnet clean "Expedience.Models/Expedience.Models.csproj"
|
|
|
|
RUN dotnet clean "Expedience.Models/Expedience.Models.csproj"
|
|
|
|
RUN dotnet clean "Expedience.Infrastructure/Expedience.Infrastructure.csproj"
|
|
|
|
RUN dotnet clean "Expedience.Infrastructure/Expedience.Infrastructure.csproj"
|
|
|
|
RUN dotnet clean "Expedience.Infrastructure/Expedience.Api.csproj"
|
|
|
|
RUN dotnet clean "Expedience.Api/Expedience.Api.csproj"
|
|
|
|
|
|
|
|
|
|
|
|
# Build the project
|
|
|
|
# Build the project
|
|
|
|
RUN dotnet build "Expedience.Api/Expedience.Api.csproj" -c Release -o /app/build
|
|
|
|
RUN dotnet build "Expedience.Api/Expedience.Api.csproj" -c Release -o /app/build
|
|
|
|
|