Dockerfile 238 B

12345
  1. #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
  2. FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base
  3. WORKDIR /app/Bin
  4. ENTRYPOINT ["dotnet", "Server.dll"]