Skip to content

Commit 0a0d5be

Browse files
authored
Update Dockerfile
1 parent 47239e2 commit 0a0d5be

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
@@ -3,7 +3,7 @@ WORKDIR /app
33

44
# Copy csproj and restore as distinct layers
55
COPY *.csproj ./
6-
RUN dotnet restore
6+
RUN dotnet restore --verbosity detailed
77

88
# Copy everything else and build
99
COPY . ./

0 commit comments

Comments
 (0)