mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-03 15:53:31 +00:00
8 lines
149 B
Docker
8 lines
149 B
Docker
FROM mcr.microsoft.com/dotnet/sdk:7.0
|
|
|
|
COPY --chmod=0755 docker/docker-entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
|
CMD ["dotnet", "test"]
|
|
|