diff options
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 |