diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-10 08:03:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-10 08:03:29 +0300 |
commit | f6232219feb0c1d1110b5a05d7c2617b236dcf09 (patch) | |
tree | 98ac4f754e9453f16f148b6f334aa6d9e38b6346 /Dockerfile | |
parent | 40f101057350347317618252fd2fda3f170a982a (diff) |
add libman restore to dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |