Dockerfile 102 B

1234
  1. FROM serset/dotnet:6.0-runtime
  2. COPY app /root/app
  3. WORKDIR /root/app
  4. CMD dotnet Did.SersLoader.Demo.dll