Skip to content

Commit 0eda806

Browse files
committed
removed api reference from frontend docker file
1 parent dd0a502 commit 0eda806

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ShowcaseProject/ShowcaseFrontend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ CMD ["dotnet", "watch", "run", "--project", "/app/ShowcaseFrontend/ShowcaseFront
2222
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
2323
WORKDIR /src
2424
COPY ["ShowcaseFrontend/ShowcaseFrontend.csproj", "ShowcaseFrontend/"]
25-
COPY ["ShowcaseAPI/ShowcaseAPI.csproj", "ShowcaseAPI/"]
2625
RUN dotnet restore "./ShowcaseFrontend/ShowcaseFrontend.csproj"
2726
COPY . .
2827
WORKDIR "/src/ShowcaseFrontend"

0 commit comments

Comments
 (0)