diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-14 15:07:03 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-14 15:07:03 +0300 |
commit | 722a394d03773f966836a96884ee9e99e26bd780 (patch) | |
tree | cfd3870ad6dbd61171e6d781db3aeb86c7700a85 /Dockerfile | |
parent | 0eb65e2df20823f2ca6abb29b55d22eb6f439bd3 (diff) |
Docker files update
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /app COPY . ./ -RUN dotnet restore RUN dotnet publish -c Release -o out FROM mcr.microsoft.com/dotnet/aspnet:8.0 |