diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-02 14:30:47 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-02 14:30:47 +0300 |
commit | 0623c8a20881ea5d707101641a1cb8252f7fde5f (patch) | |
tree | 7843020cecf9d77b6dcb1c806450462cfb589e64 /Dockerfile | |
parent | 469197db320cfb70447573095f76e5851361594e (diff) |
Use external js
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2,9 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build WORKDIR /source COPY . . -RUN dotnet restore && \ - dotnet tool restore && \ - dotnet libman restore RUN dotnet publish --property:OutputPath=/app FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy |