FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env

ENV HOME /app
WORKDIR /app
ENTRYPOINT ["/app/tools/docker/config/entrypoint.sh"]
