Skip to content

Commit 49847ba

Browse files
committed
Wrong path in dockerfile
1 parent 0eda806 commit 49847ba

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 ["ShowcaseFrontend/ShowcaseFrontend.csproj", "ShowcaseFrontend/"]
24+
COPY ["/src/ShowcaseFrontend/ShowcaseFrontend.csproj", "ShowcaseFrontend/"]
2525
RUN dotnet restore "./ShowcaseFrontend/ShowcaseFrontend.csproj"
2626
COPY . .
2727
WORKDIR "/src/ShowcaseFrontend"

0 commit comments

Comments
 (0)