summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-20 12:02:15 -0700
committermo khan <mo.khan@gmail.com>2020-01-20 12:02:15 -0700
commit2af4ae046a4777c1e4833b55d1bcfa266a8b3ced (patch)
tree723e3492a6491b98ca8bda05ba361202544a5470 /Dockerfile
parent1e0f4eddfff99189e798eca889159c638af61447 (diff)
Specify default restore location to ensure nuget packages are installed
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f8c0f42..9df21c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,6 +32,7 @@ RUN add-apt-repository ppa:ondrej/php -y && apt-get update -y && \
asdf reshim && \
rm -rf /var/lib/apt/lists/*
+COPY config/NuGet /root/.config/NuGet
COPY test /test
COPY run.sh /
COPY . /opt/license-management/