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 0eda806 commit 49847baCopy full SHA for 49847ba
ShowcaseProject/ShowcaseFrontend/Dockerfile
@@ -21,7 +21,7 @@ CMD ["dotnet", "watch", "run", "--project", "/app/ShowcaseFrontend/ShowcaseFront
21
# Build stage for production
22
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
23
WORKDIR /src
24
-COPY ["ShowcaseFrontend/ShowcaseFrontend.csproj", "ShowcaseFrontend/"]
+COPY ["/src/ShowcaseFrontend/ShowcaseFrontend.csproj", "ShowcaseFrontend/"]
25
RUN dotnet restore "./ShowcaseFrontend/ShowcaseFrontend.csproj"
26
COPY . .
27
WORKDIR "/src/ShowcaseFrontend"
0 commit comments