update
This commit is contained in:
@@ -20,13 +20,13 @@ COPY ["./src/Managing.Application.Workers/Managing.Application.Workers.csproj",
|
||||
COPY ["./src/Managing.Infrastructure.Messengers/Managing.Infrastructure.Messengers.csproj", "Managing.Infrastructure.Messengers/"]
|
||||
COPY ["./src/Managing.Infrastructure.Exchanges/Managing.Infrastructure.Exchanges.csproj", "Managing.Infrastructure.Exchanges/"]
|
||||
COPY ["./src/Managing.Infrastructure.Database/Managing.Infrastructure.Databases.csproj", "Managing.Infrastructure.Database/"]
|
||||
RUN dotnet restore "./Managing.Api/Managing.Api.csproj"
|
||||
RUN dotnet restore "./src/Managing.Api/Managing.Api.csproj"
|
||||
|
||||
|
||||
COPY . .
|
||||
WORKDIR "/src/Managing.Api"
|
||||
# COPY . .
|
||||
# WORKDIR "/src/Managing.Api"
|
||||
|
||||
RUN ls -la /src/Managing.Api
|
||||
# RUN ls -la /src/Managing.Api
|
||||
|
||||
#RUN dotnet build "./Managing.Api.csproj" -c Release -o /app/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user