Dockerfile 89 B

1234
  1. FROM sersms/dotnet:2.1
  2. COPY root /root
  3. WORKDIR /root/app/sqler
  4. CMD ["dotnet","Sqler.dll"]