Skip to content

Commit 2a78727

Browse files
committed
type
1 parent ded23f0 commit 2a78727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShowcaseProject/ShowcaseFrontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
99
WORKDIR /src/ShowcaseFrontend
1010
COPY ShowcaseProject/ShowcaseFrontend/ShowcaseFrontend.csproj ./
1111
RUN dotnet restore
12-
COPY /ShowcaseProject/ShowcaseFrontend/. ./
12+
COPY ShowcaseProject/ShowcaseFrontend/. ./
1313
RUN dotnet publish -c Release -o /app/publish /p:UseAppHost=false
1414

1515
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final

0 commit comments

Comments
 (0)