To be able to debug your ABP project in a Docker container, you can rather copy your local access-token.bin
to the corresponding directory in the Docker container:
- Linux =>
./root/.abp./cli/
- MAC =>
~/.abp/cli/
or/users/**your-username**/.abp/cli/
- Windows =>
%UserProfile%\.abp\cli\
or login via ABP CLI tool as seen in the abp-docker.yaml file
Alpine Linux distro doesn't have bash. so better use
mcr.microsoft.com/dotnet/sdk:5.0-focal