Skip to content

Commit d3f7e36

Browse files
authored
Update Dockerfile
1 parent b2c7f58 commit d3f7e36

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

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

0 commit comments

Comments
 (0)