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