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

COPY BackOffice.API/files/ ./

ENTRYPOINT ["dotnet", "BackOffice.API.dll"]