Skip to content

Commit 0d613db

Browse files
committed
another try to fix the path file for GH action
1 parent 49847ba commit 0d613db

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
@@ -21,7 +21,7 @@ CMD ["dotnet", "watch", "run", "--project", "/app/ShowcaseFrontend/ShowcaseFront
2121
# Build stage for production
2222
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
2323
WORKDIR /src
24-
COPY ["/src/ShowcaseFrontend/ShowcaseFrontend.csproj", "ShowcaseFrontend/"]
24+
COPY ShowcaseFrontend/ShowcaseFrontend.csproj ShowcaseFrontend/
2525
RUN dotnet restore "./ShowcaseFrontend/ShowcaseFrontend.csproj"
2626
COPY . .
2727
WORKDIR "/src/ShowcaseFrontend"

0 commit comments

Comments
 (0)