update
This commit is contained in:
@@ -29,8 +29,8 @@ COPY . .
|
||||
|
||||
RUN ls -la /buildapp
|
||||
|
||||
# WORKDIR "/src/Managing.Api"
|
||||
# RUN dotnet build "Managing.Api.csproj" -c Release -o /app/build
|
||||
WORKDIR "/buildapp/Managing.Api"
|
||||
RUN dotnet build "Managing.Api.csproj" -c Release -o /app/build
|
||||
|
||||
# FROM build AS publish
|
||||
# RUN dotnet publish "Managing.Api.csproj" -c Release -o /app/publish
|
||||
|
||||
Reference in New Issue
Block a user