diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-08-26 13:51:05 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-08-26 13:51:05 +0300 |
commit | c7e27eb6c65d998427499f834f8542b2f463c223 (patch) | |
tree | 06793e25533f21b270a451fc7c794dbce1c4780e /Dockerfile | |
parent | a35934439582215f7a726014e954f08692ad910c (diff) |
Change build image
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build WORKDIR /source COPY . . -RUN dotnet restore RUN dotnet publish --property:OutputPath=/app FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine |