E M 42eabf67b6
Remove doctl install
kubeconfig is now created and uses a plain bearer token instead of using doctl as a credential mgr
2026-04-10 22:29:05 +10:00

8 lines
150 B
Docker

FROM mcr.microsoft.com/dotnet/sdk:10.0
COPY --chmod=0755 docker/docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["dotnet", "test"]