Skip to content

Commit 0949f1a

Browse files
authored
Update Dockerfile
1 parent d3f7e36 commit 0949f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
22
WORKDIR /app
33

44
# Copy csproj and restore as distinct layers
5-
COPY src/test.txt ./
5+
COPY src/Application/src/RazorPagesTestSample/*.csproj ./
66
RUN dotnet restore
77

88
# Copy everything else and build

0 commit comments

Comments
 (0)