summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 10afed7..a2622e2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /app
COPY . ./
RUN dotnet restore
RUN dotnet tool restore
+RUN dotnet libman restore
RUN dotnet ef database update
RUN dotnet publish -c Release -o out