2
0
mirror of synced 2025-01-12 17:44:08 +00:00

8 lines
149 B
Docker
Raw Normal View History

2024-10-10 11:54:42 +02:00
FROM mcr.microsoft.com/dotnet/sdk:8.0
2023-05-28 22:48:33 +03:00
COPY --chmod=0755 docker/docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["dotnet", "test"]