Fixed project name

main
ilitirit 3 years ago
parent 3b1a56426a
commit cec17dfbaf

@ -7,7 +7,7 @@ WORKDIR /src
# Copy the project files # Copy the project files
COPY Expedience.Models/Expedience.Models.csproj Expedience.Models/ COPY Expedience.Models/Expedience.Models.csproj Expedience.Models/
COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/ COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/
COPY Expedience.Api/Expedience.Infrastructure.csproj Expedience.Infrastructure/ COPY Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/
# Restore the packages # Restore the packages
RUN dotnet restore Expedience.Api/Expedience.Api.csproj RUN dotnet restore Expedience.Api/Expedience.Api.csproj

Loading…
Cancel
Save