update
This commit is contained in:
@@ -35,8 +35,8 @@ WORKDIR "/buildapp/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
|
||||||
|
|
||||||
# FROM base AS final
|
# FROM base AS final
|
||||||
# WORKDIR /app
|
# WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user