Skip to content

Commit 942a7c9

Browse files
authored
Update Dockerfile
1 parent 172fb4d commit 942a7c9

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/test.txt ./
66
#RUN dotnet restore
77

88
# Copy everything else and build

0 commit comments

Comments
 (0)