We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0a502 commit 0eda806Copy full SHA for 0eda806
ShowcaseProject/ShowcaseFrontend/Dockerfile
@@ -22,7 +22,6 @@ CMD ["dotnet", "watch", "run", "--project", "/app/ShowcaseFrontend/ShowcaseFront
22
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
23
WORKDIR /src
24
COPY ["ShowcaseFrontend/ShowcaseFrontend.csproj", "ShowcaseFrontend/"]
25
-COPY ["ShowcaseAPI/ShowcaseAPI.csproj", "ShowcaseAPI/"]
26
RUN dotnet restore "./ShowcaseFrontend/ShowcaseFrontend.csproj"
27
COPY . .
28
WORKDIR "/src/ShowcaseFrontend"
0 commit comments