Compare commits

...

2 Commits

Author SHA1 Message Date
ilitirit 60a380368f Merge branch 'main' of https://git.ilitirit.net/ilitirit/Expedience
# Conflicts:
#	Expedience.Api/Dockerfile
1 year ago
ilitirit 2032b75cf0 Update project structure 1 year ago

@ -5,9 +5,9 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 AS build
WORKDIR /src
# Copy the project files
COPY ExpediencePlugin/Expedience.Models/Expedience.Models.csproj Expedience.Models/
COPY Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/
COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/
COPY ./ExpediencePlugin/Expedience.Models/Expedience.Models.csproj Expedience.Models/
COPY ./Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/
COPY ./Expedience.Api/Expedience.Api.csproj Expedience.Api/
# Restore the packages
RUN dotnet restore Expedience.Api/Expedience.Api.csproj

Loading…
Cancel
Save