update
This commit is contained in:
@@ -23,12 +23,12 @@ COPY ["/src/Managing.Infrastructure.Database/Managing.Infrastructure.Databases.c
|
|||||||
RUN dotnet restore "/src/Managing.Api/Managing.Api.csproj"
|
RUN dotnet restore "/src/Managing.Api/Managing.Api.csproj"
|
||||||
|
|
||||||
|
|
||||||
# COPY . .
|
COPY . .
|
||||||
# WORKDIR "/src/Managing.Api"
|
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
|
RUN dotnet build "Managing.Api.csproj" -c Release -o /app/build
|
||||||
|
|
||||||
# FROM build AS publish
|
# FROM build AS publish
|
||||||
# RUN dotnet publish "Managing.Api.csproj" -c Release -o /app/publish
|
# RUN dotnet publish "Managing.Api.csproj" -c Release -o /app/publish
|
||||||
|
|||||||
Reference in New Issue
Block a user