Skip to content

Commit 14a5c23

Browse files
committed
uncommented the dotnet restore line
1 parent 0f3c6ea commit 14a5c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShowcaseProject/ShowcaseFrontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS dev
22
WORKDIR /app
33

44

5-
#COPY . .
6-
#RUN dotnet restore ./ShowcaseFrontend//ShowcaseFrontend.csproj
5+
COPY . .
6+
RUN dotnet restore ./ShowcaseFrontend//ShowcaseFrontend.csproj
77

88
COPY ShowcaseFrontend/. ShowcaseFrontend/
99
WORKDIR /app/ShowcaseFrontend

0 commit comments

Comments
 (0)