FROM mcr.microsoft.com/dotnet/aspnet:6.0



ADD dist /app

WORKDIR /app
CMD ./NeDvachAPI