Add startup to normally set-up a webhost

This commit is contained in:
Dmitriy yawaflua Andreev
2024-07-08 02:19:16 +03:00
parent 6a30555fa4
commit d0135c21a0
3 changed files with 55 additions and 28 deletions

View File

@@ -3,8 +3,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
EXPOSE 80
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release