mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-25 18:49:25 +00:00
kubeconfig is now created and uses a plain bearer token instead of using doctl as a credential mgr
8 lines
150 B
Docker
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"]
|
|
|