DotnetTestExe/Containerfile

5 lines
89 B
Plaintext
Raw Permalink Normal View History

2024-11-27 10:34:59 -08:00
FROM mcr.microsoft.com/dotnet/runtime:9.0
COPY . /app
WORKDIR /app
2024-11-27 18:36:48 +00:00
CMD ["DotnetTestExe"]