This commit is contained in:
alirehmani
2024-05-06 13:02:30 +05:00
parent eaf85cc769
commit 2c18f9b8a7

View File

@@ -22,7 +22,7 @@ COPY ["/src/Managing.Infrastructure.Exchanges/Managing.Infrastructure.Exchanges.
COPY ["/src/Managing.Infrastructure.Database/Managing.Infrastructure.Databases.csproj", "Managing.Infrastructure.Database/"]
# Restore dependencies for all projects
#RUN dotnet restore "Managing.Api/Managing.Api.csproj"
RUN dotnet restore "/buildapp/Managing.Api/Managing.Api.csproj"
# Copy everything else and build
# COPY . .