Skip to content

Commit 5b3d9ca

Browse files
committed
Fix for dockerfile
1 parent dd98860 commit 5b3d9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM progaudi/dotnet:1.0.1-xenial
22

33
WORKDIR /app
4+
ENV PATH $PATH:/root/.dotnet
45

56
# copy csproj and restore as distinct layers
67
COPY . .

0 commit comments

Comments
 (0)