mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 13:33:07 +00:00
8 lines
149 B
Docker
8 lines
149 B
Docker
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
COPY --chmod=0755 docker/docker-entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
|
CMD ["dotnet", "test"]
|
|
|