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 0f3c6ea commit 14a5c23Copy full SHA for 14a5c23
ShowcaseProject/ShowcaseFrontend/Dockerfile
@@ -2,8 +2,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS dev
2
WORKDIR /app
3
4
5
-#COPY . .
6
-#RUN dotnet restore ./ShowcaseFrontend//ShowcaseFrontend.csproj
+COPY . .
+RUN dotnet restore ./ShowcaseFrontend//ShowcaseFrontend.csproj
7
8
COPY ShowcaseFrontend/. ShowcaseFrontend/
9
WORKDIR /app/ShowcaseFrontend
0 commit comments