diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-09 16:48:11 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-09 16:48:11 +0300 |
commit | 27167ace1bcc3e17460409b54c3b1bbbb0e76c71 (patch) | |
tree | e83afdcfc85590bb03b8699bc0a5e70204de3476 /Dockerfile | |
parent | 69db707d6803ada3891e4e71b8660ad095392973 (diff) |
Do not build custom db image
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build WORKDIR /source COPY . . +RUN dotnet restore RUN dotnet publish --property:OutputPath=/app FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled |