Skip to content

Commit a8f01e3

Browse files
authored
Update Dockerfile
1 parent 3b40a37 commit a8f01e3

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/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
5+
COPY src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj ./
66
RUN dotnet restore
77

88
# Copy everything else and build

0 commit comments

Comments
 (0)