CTC1014 Docker command failed with exit code 0 – Asp.net
I'm getting a very opaque error message - CTC1014 Docker command failed with exit code 0. This Dockerfile worked well previously, but I think there is a problem with it in Visual Studio 2022. FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine AS base WORKDIR /app…